Fix a copy-and-paste issue found by coverity

Fixes CID 980650; bugfix on 0.2.4.10-alpha.
This commit is contained in:
Nick Mathewson
2013-02-11 14:42:33 -05:00
parent ffd6e557cb
commit b9432becbe
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ routerset_add_unknown_ccs(routerset_t **setp, int only_if_some_cc_set)
}
if (add_a1) {
smartlist_add(set->country_names, tor_strdup("a1"));
smartlist_add(set->country_names, tor_strdup("{a1}"));
smartlist_add(set->list, tor_strdup("{a1}"));
}
if (add_unknown || add_a1) {