r26539: Remove unnecessary statics.
[samba.git] / source4 / dsdb / samdb / ldb_modules / kludge_acl.c
index 97130495a3adde2df3d54a8427cc366c0080a530..9a05c866c563308a8bbde04184fd39ef2ce6608f 100644 (file)
@@ -408,7 +408,7 @@ static int kludge_acl_init(struct ldb_module *module)
 {
        int ret, i;
        TALLOC_CTX *mem_ctx = talloc_new(module);
-       static const char *attrs[] = { "passwordAttribute", NULL };
+       const char *attrs[] = { "passwordAttribute", NULL };
        struct ldb_result *res;
        struct ldb_message *msg;
        struct ldb_message_element *password_attributes;