mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 20:53:30 +08:00
log unexpected qtype
This commit is contained in:
parent
19540cd83e
commit
4ad5be6f93
@ -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…
Reference in New Issue
Block a user