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

r26540: Revert my previous commit after concerns raised by Andrew.

This commit is contained in:
Jelmer Vernooij
2007-12-20 00:02:15 +01:00
committed by Stefan Metzmacher
parent e53e79eebe
commit 6ac86f8be7
37 changed files with 103 additions and 103 deletions

View File

@@ -162,7 +162,7 @@ void ldb_set_default_dns(struct ldb_context *ldb)
int ret;
struct ldb_result *res;
struct ldb_dn *tmp_dn=NULL;
const char *attrs[] = {
static const char *attrs[] = {
"rootDomainNamingContext",
"configurationNamingContext",
"schemaNamingContext",