mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
r11475: removed a extraneous ldb_delete() call (i had it there for debugging)
(This used to be commit daa9dcd8f4
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
c845ab1e60
commit
917ca215bb
@ -166,7 +166,6 @@ function ldb_erase(ldb)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
assert(res.length == 0);
|
assert(res.length == 0);
|
||||||
ldb_delete(ldb);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user