summaryrefslogtreecommitdiff
path: root/whois.c
diff options
context:
space:
mode:
authorPetr Písař <ppisar@redhat.com>2013-11-11 17:28:58 +0100
committerMarco d'Itri <md@linux.it>2013-12-26 07:43:15 +0100
commit2d12f4da544e5007a4dc336b25fa9f005f0c6dec (patch)
treedb11b10d443188855241109adef977332076d6b3 /whois.c
parent275ac2f0ce93beee077f1799ec2eba66f2a4e2bb (diff)
downloadwhois-2d12f4da544e5007a4dc336b25fa9f005f0c6dec.tar.gz
Do not hide legal disclaimer with whois -V
There was missing break in the 'V' option case. Signed-off-by: Petr Písař <ppisar@redhat.com>
Diffstat (limited to 'whois.c')
-rw-r--r--whois.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/whois.c b/whois.c
index cde55df..7be6a13 100644
--- a/whois.c
+++ b/whois.c
@@ -133,6 +133,7 @@ int main(int argc, char *argv[])
break;
case 'V':
client_tag = optarg;
+ break;
case 'H':
hide_discl = HIDE_NOT_STARTED; /* enable disclaimers hiding */
break;