aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c1
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));