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>
This commit is contained in:
Petr Písař 2013-11-11 17:28:58 +01:00 committed by Marco d'Itri
parent 275ac2f0ce
commit 2d12f4da54

View File

@ -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;