[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r3624 - GNUnet/src/util/getopt
From: |
grothoff |
Subject: |
[GNUnet-SVN] r3624 - GNUnet/src/util/getopt |
Date: |
Fri, 3 Nov 2006 08:06:06 -0800 (PST) |
Author: grothoff
Date: 2006-11-03 08:06:04 -0800 (Fri, 03 Nov 2006)
New Revision: 3624
Modified:
GNUnet/src/util/getopt/setoption.c
Log:
fix
Modified: GNUnet/src/util/getopt/setoption.c
===================================================================
--- GNUnet/src/util/getopt/setoption.c 2006-11-03 15:20:42 UTC (rev 3623)
+++ GNUnet/src/util/getopt/setoption.c 2006-11-03 16:06:04 UTC (rev 3624)
@@ -99,6 +99,10 @@
option,
old+1);
FREE(section);
+ if (ret == 0)
+ ret = OK;
+ else
+ ret = SYSERR;
return ret;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r3624 - GNUnet/src/util/getopt,
grothoff <=