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:
committed by
Stefan Metzmacher
parent
5f921af41e
commit
e53e79eebe
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user