From 6a364ce330ce9905c86622ef447d6c88f5e6a12b Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Fri, 14 Dec 2007 12:02:49 +0100 Subject: Revert smbclient changes. Patch broke option -p. Sorry for breaking the build! Karolin (This used to be commit 81dab4145ffaf21d5d2176b16b5989f4035dd791) --- source3/client/client.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/client/client.c') diff --git a/source3/client/client.c b/source3/client/client.c index e1d67d783b..d59af9e6cf 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -4654,11 +4654,6 @@ static int do_message_op(void) case 'g': grepable=true; break; - default: - d_fprintf(stderr, "\nInvalid option %s: %s\n\n", - poptBadOption(pc, 0), poptStrerror(opt)); - poptPrintUsage(pc, stderr, 0); - exit(1); } } -- cgit