r26539: Remove unnecessary statics.
[jelmer/samba4-debian.git] / source / dsdb / samdb / ldb_modules / naming_fsmo.c
index d6b6a242875681cf54f0fe26045c9c7352daf625..41d35dffc1a6302bc60c931ec73da43b39fdd20c 100644 (file)
@@ -38,7 +38,7 @@ static int naming_fsmo_init(struct ldb_module *module)
        struct dsdb_naming_fsmo *naming_fsmo;
        struct ldb_result *naming_res;
        int ret;
-       static const char *naming_attrs[] = {
+       const char *naming_attrs[] = {
                "fSMORoleOwner",
                NULL
        };