From 64b8a3abeeb7b5c2069eada23224a7913cefc498 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 9 Nov 2020 16:05:38 +0100 Subject: [PATCH] s3:client: Remove duplicate name-resolv (R) options Detected by samba_popt_get_context(), see next commit. Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- source3/client/client.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source3/client/client.c b/source3/client/client.c index 148a6036f3c..0da64cbdbd8 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -6288,15 +6288,6 @@ int main(int argc,char *argv[]) struct poptOption long_options[] = { POPT_AUTOHELP - { - .longName = "name-resolve", - .shortName = 'R', - .argInfo = POPT_ARG_STRING, - .arg = &new_name_resolve_order, - .val = 'R', - .descrip = "Use these name resolution services only", - .argDescrip = "NAME-RESOLVE-ORDER", - }, { .longName = "message", .shortName = 'M',