mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Be consistent about preferring foo* to struct foo*
svn:r4637
This commit is contained in:
+2
-2
@@ -96,7 +96,7 @@ dirserv_parse_fingerprint_file(const char *fname)
|
||||
char *nickname, *fingerprint;
|
||||
smartlist_t *fingerprint_list_new;
|
||||
int result;
|
||||
struct config_line_t *front=NULL, *list;
|
||||
config_line_t *front=NULL, *list;
|
||||
|
||||
cf = read_file_to_str(fname, 0);
|
||||
if (!cf) {
|
||||
@@ -608,7 +608,7 @@ dirserv_dump_directory_to_string(char **dir_out,
|
||||
|
||||
{
|
||||
smartlist_t *versions;
|
||||
struct config_line_t *ln;
|
||||
config_line_t *ln;
|
||||
versions = smartlist_create();
|
||||
for (ln = get_options()->RecommendedVersions; ln; ln = ln->next) {
|
||||
smartlist_split_string(versions, ln->value, ",",
|
||||
|
||||
Reference in New Issue
Block a user