summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-09-08 15:02:26 -0700
committerNathan Kinder <nkinder@redhat.com>2010-09-09 13:40:36 -0700
commitd649d3328dc2a3b6ed044966d374201a5bad6686 (patch)
treede01106aa7bfd90f6d985a786a72dd4822216572 /ldap/admin/src/scripts
parent4145fd409516f6d631ad5dbbc21f3bd3e43887df (diff)
downloadds-d649d3328dc2a3b6ed044966d374201a5bad6686.tar.gz
ds-d649d3328dc2a3b6ed044966d374201a5bad6686.tar.xz
ds-d649d3328dc2a3b6ed044966d374201a5bad6686.zip
Bug 630094 - (cov#15454) Fix deadcode issue in mapping tree code
There is no chance for next_node to be anything other than NULL in the final return statement due to the return in the "if (next_node)" block immediately before the final return. We can remove the return inside of the "if (next_node)" block since the final return statement already deals with returning the proper value if next_node is non-NULL.
Diffstat (limited to 'ldap/admin/src/scripts')
0 files changed, 0 insertions, 0 deletions