r26539: Remove unnecessary statics.
[jelmer/samba4-debian.git] / source / dsdb / samdb / ldb_modules / pdc_fsmo.c
index 0f3293ed1db7a58309e2a436d27466e9b00562a4..d27b0c12f79b0770f9220f0ba4ad7402fbe41e79 100644 (file)
@@ -37,7 +37,7 @@ static int pdc_fsmo_init(struct ldb_module *module)
        struct dsdb_pdc_fsmo *pdc_fsmo;
        struct ldb_result *pdc_res;
        int ret;
-       static const char *pdc_attrs[] = {
+       const char *pdc_attrs[] = {
                "fSMORoleOwner",
                NULL
        };