diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index b81ca2a46..6b9cfecbc 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -302,7 +302,7 @@ int do_main_loop(void) { int i; /* load the routers file */ - router_array = getrouters(options[RouterFile].r.str,&rarray_len); + router_array = getrouters(options[RouterFile].r.str,&rarray_len, options[ORPort].r.i); if (!router_array) { log(LOG_ERR,"Error loading router list."); |