Browse Source

fix a wide line.

svn:r18341
Nick Mathewson 16 years ago
parent
commit
0f2e171653
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/or/dns.c

+ 2 - 1
src/or/dns.c

@@ -1112,7 +1112,8 @@ configure_nameservers(int force)
         log_warn(LD_BUG, "Couldn't convert outboung bind address to sockaddr."
                  " Ignoring.");
       } else {
-        evdns_set_default_outgoing_bind_address((struct sockaddr *)&ss,socklen);
+        evdns_set_default_outgoing_bind_address((struct sockaddr *)&ss,
+                                                socklen);
       }
     }
   }