libgpo: remove duplicate entry in value table
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 17 Jan 2019 23:07:55 +0000 (12:07 +1300)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 28 Jan 2019 09:29:26 +0000 (10:29 +0100)
previously added a few lines up.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
libgpo/gpext/gpext.c

index ea2549da64d673e8a9f220568f8fb59d615b7076..79e36b79a39b6790d1c0906a6408643f0a7fba93 100644 (file)
@@ -105,10 +105,6 @@ struct gp_extension_reg_table gpext_reg_vals[] = {
                .val  = "ExtensionEventSource",    /* not supported on w2k */
                .type = REG_MULTI_SZ,
        },
-       {
-               .val  = "GenerateGroupPolicy",
-               .type = REG_SZ,
-       },
        {
                .val  = "MaxNoGPOListChangesInterval",
                .type = REG_DWORD,