1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

s4:samldb LDB module - cosmetic - use "ldb" variable rather than "ldb_module_get_ctx"

This commit is contained in:
Matthias Dieter Wallnöfer 2010-10-14 17:00:19 +02:00
parent 9310da1e2b
commit b647b2d5b3

View File

@ -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;