Mention the value of the unexpected return code in nat_LayerPull()
This commit is contained in:
parent
1c82e2d762
commit
a252b602e2
@ -424,7 +424,7 @@ nat_LayerPull(struct bundle *bundle, struct link *l, struct mbuf *bp,
|
||||
break;
|
||||
|
||||
default:
|
||||
log_Printf(LogWARN, "nat_LayerPull: Dropped a packet....\n");
|
||||
log_Printf(LogWARN, "nat_LayerPull: Dropped a packet (%d)....\n", ret);
|
||||
m_freem(bp);
|
||||
bp = NULL;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user