Fix warning: (int/long mixup in printf)
475: warning: unsigned int format, long unsigned int arg (arg 3)
This commit is contained in:
parent
1317cf9174
commit
7bdbd7d78c
@ -471,7 +471,7 @@ cisco_input(sc_p sc, item_p item)
|
||||
switch (ntohl(p->type)) {
|
||||
default:
|
||||
log(LOG_WARNING,
|
||||
"cisco: unknown cisco packet type: 0x%x\n",
|
||||
"cisco: unknown cisco packet type: 0x%lx\n",
|
||||
ntohl(p->type));
|
||||
break;
|
||||
case CISCO_ADDR_REPLY:
|
||||
|
Loading…
Reference in New Issue
Block a user