gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24100 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r24100 - gnunet/src/util
Date: Fri, 28 Sep 2012 14:46:48 +0200

Author: bartpolot
Date: 2012-09-28 14:46:48 +0200 (Fri, 28 Sep 2012)
New Revision: 24100

Modified:
   gnunet/src/util/program.c
Log:
- Don't return error on -v, -h

Modified: gnunet/src/util/program.c
===================================================================
--- gnunet/src/util/program.c   2012-09-28 12:42:42 UTC (rev 24099)
+++ gnunet/src/util/program.c   2012-09-28 12:46:48 UTC (rev 24100)
@@ -239,7 +239,7 @@
     GNUNET_free_non_null (logfile);
     GNUNET_free (allopts);
     GNUNET_free (lpfx);
-    return ret;
+    return (ret == GNUNET_NO) ? GNUNET_OK : GNUNET_SYSERR;
   }
   (void) GNUNET_CONFIGURATION_load (cfg, cc.cfgfile);
   GNUNET_free (allopts);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]