param: don't list '-valid' and 'copy' as synonyms - they aren't
authorMichael Adam <obnox@samba.org>
Thu, 23 Jul 2015 14:51:59 +0000 (16:51 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 Jul 2015 23:55:31 +0000 (01:55 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/param/param_table.c

index cd66c1d7de3566baf92b6ba41a3d7c72d1d51be4..cefc6ce8118b5acca9adb0082d3992f5ebe608f6 100644 (file)
@@ -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",