Move the alarm setup/teardown out of another_ldap_try() and into separate
authorJeremy Allison <jra@samba.org>
Sat, 20 Aug 2011 04:19:28 +0000 (21:19 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 20 Aug 2011 04:19:28 +0000 (21:19 -0700)
commit03bdb26c5bf4e08d960e243d8a258e6f077a105e
tree264df813925e81ea96a39025fe03490b74ba54ef
parenta357d044d4484ed89e2cee0ddfafae7b2f128d97
Move the alarm setup/teardown out of another_ldap_try() and into separate
functions that bracket the another_ldap_try() loop. We now never leave a
dangling alarm pending on success.
source3/lib/smbldap.c