mirror of
https://github.com/nginx/nginx.git
synced 2026-09-01 02:58:40 +00:00
log unexpected qtype
This commit is contained in:
parent
19540cd83e
commit
4ad5be6f93
1 changed files with 4 additions and 0 deletions
|
|
@ -1189,6 +1189,10 @@ ngx_resolver_process_a(ngx_resolver_t *r, u_char *buf, size_t last,
|
|||
|
||||
} else if (qtype == NGX_RESOLVE_DNAME) {
|
||||
i += sizeof(ngx_resolver_an_t) + len;
|
||||
|
||||
} else {
|
||||
ngx_log_error(r->log_level, r->log, 0,
|
||||
"unexpected qtype %ui", qtype);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue