diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-14 17:00:19 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-15 08:45:14 +0200 |
commit | b647b2d5b366a6720adc88918c2bd3d6b16bcd13 (patch) | |
tree | bda612e9b469944f47084c7d90f70077e67becc1 | |
parent | 9310da1e2b483cbf9899ad1ebcdfd07f7c0eeac0 (diff) | |
download | samba-b647b2d5b366a6720adc88918c2bd3d6b16bcd13.tar.gz samba-b647b2d5b366a6720adc88918c2bd3d6b16bcd13.tar.bz2 samba-b647b2d5b366a6720adc88918c2bd3d6b16bcd13.zip |
s4:samldb LDB module - cosmetic - use "ldb" variable rather than "ldb_module_get_ctx"
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/samldb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/samldb.c b/source4/dsdb/samdb/ldb_modules/samldb.c index 3f1dd49072..400ae81114 100644 --- a/source4/dsdb/samdb/ldb_modules/samldb.c +++ b/source4/dsdb/samdb/ldb_modules/samldb.c @@ -282,7 +282,7 @@ static int samldb_rodc_add(struct samldb_ctx *ac) } } - ldb_asprintf_errstring(ldb_module_get_ctx(ac->module), + ldb_asprintf_errstring(ldb, "%08X: Unable to find available msDS-SecondaryKrbTgtNumber", W_ERROR_V(WERR_NO_SYSTEM_RESOURCES)); return LDB_ERR_OTHER; |