commit | 51742f4bb0c57a4d5063ece9437a2f34a42e52c8 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Apr 12 00:32:05 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Apr 12 00:32:05 2007 +0000 |
tree | 7a912fc65ff43bdb09078d75bfc02ad8f5380b47 | |
parent | 50f7f446ecaadef6895a4ee601567e0b68330637 [diff] [blame] |
style fixes. No code changes
diff --git a/networking/nslookup.c b/networking/nslookup.c index 8076aff..424a0e4 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c
@@ -147,7 +147,7 @@ /* (but it also says "may be enabled in /etc/resolv.conf|) */ /*_res.options |= RES_USE_INET6;*/ - if(argc == 3) + if (argc == 3) set_default_dns(argv[2]); server_print();