From ee76baae3d98bc3dd25302c56ccd67520ff66bf1 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 26 Aug 2005 19:23:52 +0000 Subject: [PATCH] move a wandering ntohl svn:r4847 --- src/or/routerlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/routerlist.c b/src/or/routerlist.c index e6a858f05c..87b5404152 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -1470,8 +1470,8 @@ add_trusted_dir_server(const char *address, uint16_t port, const char *digest) log_fn(LOG_WARN, "Unable to lookup address for directory server at %s", address); return; - a = ntohl(a); } + a = ntohl(a); ent = tor_malloc(sizeof(trusted_dir_server_t)); if (address) {