From 50cab8a742f1458a28ad6d141accde7fce7ce6c3 Mon Sep 17 00:00:00 2001 From: pdw <> Date: Tue, 20 Jan 2004 09:45:35 +0000 Subject: [PATCH] Fixes to -n and -N options. --- ChangeLog | 4 ++++ options.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 80b7cb9..4ef8193 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ $Id$ Attributions apply to all preceding items up to the next blank line. Unattributed items are by Paul Warren and Chris Lightfoot. +0.16 +* Fixed behaviour of -n and -N options + Klaus Sperner + 0.15 10/11/03 * Added linear bar scales (default) ("L") * Added fixed upper limit for bandwidth diff --git a/options.c b/options.c index ab27857..ab97ac0 100644 --- a/options.c +++ b/options.c @@ -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':