1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

r26539: Remove unnecessary statics.

This commit is contained in:
Jelmer Vernooij
2007-12-19 23:27:42 +01:00
committed by Stefan Metzmacher
parent 5f921af41e
commit e53e79eebe
37 changed files with 103 additions and 103 deletions

View File

@@ -752,7 +752,7 @@ static int entryuuid_sequence_number(struct ldb_module *module, struct ldb_reque
entryuuid_private->base_dns &&
entryuuid_private->base_dns[i];
i++) {
static const char *contextCSN_attr[] = {
const char *contextCSN_attr[] = {
"contextCSN", NULL
};
search_req = talloc(req, struct ldb_request);