Handle ignored return values in extpipe and fix route/server format warnings

This commit is contained in:
Mario Fetka
2026-04-20 23:39:42 +02:00
parent 33d1da469a
commit 9087018b59
3 changed files with 25 additions and 19 deletions

View File

@@ -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;
}