diff options
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 67726a5fdf..92338fa3ea 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -3643,7 +3643,6 @@ add_trusted_dir_server(const char *nickname, const char *address, return; } hostname = tor_strdup(address); - a = ntohl(a); } ent = tor_malloc_zero(sizeof(trusted_dir_server_t)); |