1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s4:repl_meta_data - Transform a "1" into a "true" on a boolean variable

This commit is contained in:
Matthias Dieter Wallnöfer 2010-01-10 19:49:40 +01:00
parent 91e2100287
commit 601ea3a442

View File

@ -672,7 +672,7 @@ static int replmd_add(struct ldb_module *module, struct ldb_request *req)
/* check if there's a show relax control (used by provision to say 'I know what I'm doing') */
control = ldb_request_get_control(req, LDB_CONTROL_RELAX_OID);
if (control) {
allow_add_guid = 1;
allow_add_guid = true;
}
/* do not manipulate our control entries */