Babel: Fix compilation when LOCAL_DEBUG is set in packets.c
The debug output was not updated with the rest of the code, so packets.c fails to compile if LOCAL_DEBUG is set.
This commit is contained in:
parent
4aef70136d
commit
d829800138
1 changed files with 1 additions and 1 deletions
|
@ -2011,7 +2011,7 @@ babel_auth_sign(struct babel_iface *ifa, ip_addr dest)
|
||||||
}
|
}
|
||||||
|
|
||||||
DBG("Added MAC signatures (%d bytes) on ifa %s for dest %I\n",
|
DBG("Added MAC signatures (%d bytes) on ifa %s for dest %I\n",
|
||||||
tot_len, ifa->ifname, dest);
|
pos - (pkt + len), ifa->ifname, dest);
|
||||||
|
|
||||||
return pos - (pkt + len);
|
return pos - (pkt + len);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue