[Olsr-dev] [PATCH v1 22/43] conf: remove an unneeded printf

Ferry Huberts (spam-protected)
Wed Nov 11 17:21:55 CET 2015


From: Ferry Huberts <(spam-protected)>

Signed-off-by: Ferry Huberts <(spam-protected)>
---
 src/cfgparser/olsrd_conf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/cfgparser/olsrd_conf.c b/src/cfgparser/olsrd_conf.c
index b268d69..c97a6b0 100644
--- a/src/cfgparser/olsrd_conf.c
+++ b/src/cfgparser/olsrd_conf.c
@@ -1056,7 +1056,6 @@ get_default_if_config(void)
   struct if_config_options *io = malloc(sizeof(*io));
 
   if (io == NULL) {
-    fprintf(stderr, "Out of memory %s\n", __func__);
     return NULL;
   }
 
-- 
2.5.0




More information about the Olsr-dev mailing list