fix a wide line.

svn:r18341
This commit is contained in:
Nick Mathewson 2009-01-30 15:23:44 +00:00
parent 1ca25b36d7
commit 0f2e171653

View File

@ -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);
}
}
}