netfilter_nft: change debug output for add_pinhole()

This commit is contained in:
Thomas Bernard 2023-11-14 23:58:04 +01:00
parent e2be9e1571
commit 2e7bfb1e31
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ int add_pinhole(const char * ifname,
uid = next_uid;
d_printf(("add_pinhole(%s, %s, %s, %d, %d, %d, %s)\n",
ifname, rem_host, int_client, rem_port, int_port, proto, desc));
d_printf(("add_pinhole(%s, %s, %hu, %s, %hu, %d, %s, %u)\n",
ifname, rem_host, rem_port, int_client, int_port, proto, desc, timestamp));
if (rem_host && rem_host[0] != '\0' && rem_host[0] != '*') {
inet_pton(AF_INET6, rem_host, &rhost_addr);