mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
ldb:ldb tools - remove a superflous "return" (usage internally calls "exit")
Reviewed by: Tridge Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Mar 4 09:39:22 CET 2011 on sn-devel-104
This commit is contained in:
parent
b50ebc3228
commit
b0c6899973
@ -98,7 +98,6 @@ int main(int argc, const char **argv)
|
|||||||
|
|
||||||
if (options->argc < 1) {
|
if (options->argc < 1) {
|
||||||
usage(ldb);
|
usage(ldb);
|
||||||
return LDB_ERR_OPERATIONS_ERROR;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
req_ctrls = ldb_parse_control_strings(ldb, ldb, (const char **)options->controls);
|
req_ctrls = ldb_parse_control_strings(ldb, ldb, (const char **)options->controls);
|
||||||
|
Loading…
Reference in New Issue
Block a user