and take the bang out

svn:r5042
This commit is contained in:
Roger Dingledine
2005-09-14 02:13:35 +00:00
parent 62fe24c40c
commit c78aafe4b5
+1 -1
View File
@@ -833,7 +833,7 @@ config_assign_value(config_format_t *fmt, or_options_t *options,
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 {