[or-cvs] and take the bang out

arma at seul.org arma at seul.org
Wed Sep 14 02:13:37 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	config.c 
Log Message:
and take the bang out


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.416
retrieving revision 1.417
diff -u -d -r1.416 -r1.417
--- config.c	14 Sep 2005 02:12:29 -0000	1.416
+++ config.c	14 Sep 2005 02:13:35 -0000	1.417
@@ -833,7 +833,7 @@
     break;
 
   case CONFIG_TYPE_CSV:
-    if (!*(smartlist_t**)lvalue) {
+    if (*(smartlist_t**)lvalue) {
       SMARTLIST_FOREACH(*(smartlist_t**)lvalue, char *, cp, tor_free(cp));
       smartlist_clear(*(smartlist_t**)lvalue);
     } else {



More information about the tor-commits mailing list