Handle ignored return values in extpipe and fix route/server format warnings
This commit is contained in:
@@ -551,7 +551,7 @@ static void send_sip_to_net(uint32 nd_net, int nd_ticks, int mode)
|
||||
|| ( nw->net == nd_net && nw->hops) /* server has same net but */
|
||||
/* hops */
|
||||
|| ( mode == 2 && nw->hops) ) { /* no SAP to this NET */
|
||||
XDPRINTF((3, 0, "No SAP mode=%d, to net=0x%lx for server '%s'",
|
||||
XDPRINTF((3, 0, "No SAP mode=%d, to net=0x%x for server '%s'",
|
||||
mode, nd_net, nw->name));
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user