mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r16022: ooops, a bit too aggressive commit :-)
This commit is contained in:
parent
6b214f232e
commit
959c8c35ef
@ -251,7 +251,7 @@ static int samldb_allocate_next_rid(struct ldb_module *module, TALLOC_CTX *mem_c
|
|||||||
if (ret == -1) {
|
if (ret == -1) {
|
||||||
/* Bugger, there is a problem, and we don't know what it is until gendb_search improves */
|
/* Bugger, there is a problem, and we don't know what it is until gendb_search improves */
|
||||||
return ret;
|
return ret;
|
||||||
} else {
|
} else if (ret != 0) {
|
||||||
/* gah, there are conflicting sids.
|
/* gah, there are conflicting sids.
|
||||||
* This is a critical situation it means that someone messed up with
|
* This is a critical situation it means that someone messed up with
|
||||||
* the DB and nextRid is not returning free RIDs, report an error
|
* the DB and nextRid is not returning free RIDs, report an error
|
||||||
|
Loading…
Reference in New Issue
Block a user