mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090
Andrew Bartlett
This commit is contained in:
committed by
Stefan Metzmacher
parent
341929c615
commit
0016231edd
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user