1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

libcli/security/object_tree.c - remove unreachable statement

This commit is contained in:
Matthias Dieter Wallnöfer 2010-11-29 14:46:23 +01:00
parent 87b887f48f
commit 3035fe041f

View File

@ -83,7 +83,6 @@ bool insert_in_object_tree(TALLOC_CTX *mem_ctx,
(*root)->num_of_children++;
return true;
}
return true;
}
/* search by GUID */