mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
64258fd8b1
LDB_FLAG_MOD_* values are not actually flags, and the previous comparison was equivalent to (el->flags & LDB_FLAG_MOD_MASK) == 0 which is only true if none of the LDB_FLAG_MOD_* values are set. Correct the expression to what it was probably intended to be. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15009 Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> |
||
---|---|---|
.. | ||
python | ||
rpc | ||
unit | ||
drs_init.c | ||
drs_util.c | ||
wscript_build |