Minor, type cast logit() argument for Coverity Scan
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
11819e5b7f
commit
07033382ee
@ -1655,7 +1655,7 @@ void fprintlog(struct filed *f, struct buf_msg *buffer)
|
||||
}
|
||||
} else
|
||||
logit("Forwarding suspension not over, time left: %d\n",
|
||||
INET_SUSPEND_TIME - fwd_suspend);
|
||||
(int)(INET_SUSPEND_TIME - fwd_suspend));
|
||||
break;
|
||||
|
||||
case F_FORW:
|
||||
|
Loading…
Reference in New Issue
Block a user