From: Michael Adam Date: Thu, 23 Jul 2015 14:51:59 +0000 (+0200) Subject: param: don't list '-valid' and 'copy' as synonyms - they aren't X-Git-Tag: talloc-2.1.4~500 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c35dd47eca3a7515c8731e36f599d353d405810;p=thirdparty%2Fsamba.git param: don't list '-valid' and 'copy' as synonyms - they aren't Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison --- diff --git a/lib/param/param_table.c b/lib/param/param_table.c index cd66c1d7de3..cefc6ce8118 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3236,7 +3236,6 @@ struct parm_struct parm_table[] = { .offset = LOCAL_VAR(valid), .special = NULL, .enum_list = NULL, - .flags = FLAG_SYNONYM, }, { .label = "copy", @@ -3245,7 +3244,6 @@ struct parm_struct parm_table[] = { .offset = LOCAL_VAR(copy), .special = handle_copy, .enum_list = NULL, - .flags = FLAG_SYNONYM, }, { .label = "include",