From c97d279037e87513ac74cfb6251d923e1c1fdad2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 2 Apr 2010 20:28:44 +0200 Subject: s3: Remove some pointless break statements --- nsswitch/wbinfo.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'nsswitch') diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index a43ce8f4c9..205f28818c 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -2274,11 +2274,8 @@ int main(int argc, char **argv, char **envp) /* generic configuration options */ case OPT_DOMAIN_NAME: - break; case OPT_VERBOSE: - break; case OPT_NTLMV2: - break; case OPT_LANMAN: break; default: -- cgit