mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090
Andrew Bartlett
(This used to be commit 0016231edd
)
This commit is contained in:
parent
8174ed1ebe
commit
bb93a7ed5e
@ -886,7 +886,7 @@ static int ltdb_index_add1_add(struct ldb_context *ldb,
|
||||
msg->elements[idx].values[msg->elements[idx].num_values].data = discard_const_p(uint8_t, dn);
|
||||
msg->elements[idx].num_values++;
|
||||
|
||||
return 0;
|
||||
return LDB_SUCCESS;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user