From: Ferry Huberts Date: Thu, 5 Nov 2015 22:20:27 +0000 (+0100) Subject: p2pd: update a comment about exit X-Git-Tag: v0.9.5~736 X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=commitdiff_plain;h=5683b15fe3d56b8e3a7ed3dcf0ffa51935023075 p2pd: update a comment about exit Signed-off-by: Ferry Huberts --- diff --git a/lib/p2pd/src/p2pd.c b/lib/p2pd/src/p2pd.c index 5ca27c0e..19c5daa2 100644 --- a/lib/p2pd/src/p2pd.c +++ b/lib/p2pd/src/p2pd.c @@ -153,7 +153,7 @@ PacketReceivedFromOLSR(unsigned char *encapsulationUdpData, int len) } // Sven-Ola: Don't know how to handle the "stripped_len is uninitialized" - // condition, maybe exit(1) is better...? + // condition, maybe olsr_exit is better...? if (0 == stripped_len) return;