|
@@ -376,7 +376,7 @@ static int resolve_my_address(or_options_t *options) {
|
|
|
}
|
|
|
assert(rent->h_length == 4);
|
|
|
memcpy(&in.s_addr, rent->h_addr,rent->h_length);
|
|
|
- if(is_internal_IP(in.s_addr)) {
|
|
|
+ if(is_internal_IP(htonl(in.s_addr))) {
|
|
|
log_fn(LOG_WARN,"Address '%s' resolves to private IP '%s'. "
|
|
|
"Please set the Address config option to be your public IP.",
|
|
|
options->Address, inet_ntoa(in));
|