More SNtp debug

This commit is contained in:
Sergey Lyubka 2022-05-27 20:16:08 +01:00
parent d3e14ca7e5
commit e5d3d02307
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
sudo tcpdump -nn -i any port 123 or port 53 -w sntp.cap &
sleep 1
- name: test
run: make clean test IPV6=0 SSL= OPTS=
run: make clean test IPV6=0 SSL= OPTS= V=4
- name: Upload capture
if: always()
run: |

View File

@ -342,7 +342,7 @@ static void mg_sendnsreq(struct mg_connection *c, struct mg_str *name, int ms,
dnsc->c = mg_connect(c->mgr, dnsc->url, NULL, NULL);
if (dnsc->c != NULL) {
dnsc->c->pfn = dns_cb;
// dnsc->c->is_hexdumping = 1;
dnsc->c->is_hexdumping = 1;
}
}
if (dnsc->c == NULL) {