[Olsr-dev] [PATCH v1 02/23] p2pd: update a comment about exit
Ferry Huberts
(spam-protected)
Fri Nov 6 16:28:54 CET 2015
From: Ferry Huberts <(spam-protected)>
Signed-off-by: Ferry Huberts <(spam-protected)>
---
lib/p2pd/src/p2pd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/p2pd/src/p2pd.c b/lib/p2pd/src/p2pd.c
index 5ca27c0..19c5daa 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;
--
2.5.0
More information about the Olsr-dev
mailing list