Fixes to -n and -N options.

This commit is contained in:
pdw
2004-01-20 09:45:35 +00:00
parent 25102a4e03
commit 50cab8a742
2 changed files with 6 additions and 2 deletions

View File

@@ -269,11 +269,11 @@ void options_read_args(int argc, char **argv) {
exit(0);
case 'n':
config_set_string("dns-resolution","true");
config_set_string("dns-resolution","false");
break;
case 'N':
config_set_string("port-resolution","true");
config_set_string("port-resolution","false");
break;
case 'i':