mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
ldb:ldb_dn.c - fix counter type in "ldb_dn_minimise"
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Jan 14 10:43:29 CET 2011 on sn-devel-104
This commit is contained in:
parent
70b4c08c81
commit
6737231d90
@ -2056,7 +2056,7 @@ int ldb_dn_update_components(struct ldb_dn *dn, const struct ldb_dn *ref_dn)
|
||||
*/
|
||||
bool ldb_dn_minimise(struct ldb_dn *dn)
|
||||
{
|
||||
int i;
|
||||
unsigned int i;
|
||||
|
||||
if (!ldb_dn_validate(dn)) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user