libcli/security: remove useless if (root->num_of_children > 0) statements
commitd36c03056fb85dfedbafd3a59497e35db63ade17
authorAndrew Bartlett <abartlet@samba.org>
Thu, 3 Jan 2013 10:30:12 +0000 (3 21:30 +1100)
committerStefan Metzmacher <metze@samba.org>
Mon, 21 Jan 2013 15:12:45 +0000 (21 16:12 +0100)
treec77b6e3df1153849241e95f9c70f630c1b8cf353
parent853ecd418afe15973d3e8844ad0e01d3d54536d5
libcli/security: remove useless if (root->num_of_children > 0) statements

The for loop does this implicitly when comparing for (i = 0; i < root->num_of_children; i++)

Andrew Bartlett

Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/security/object_tree.c