nsswitch: fix a segfault in the krb5 locator plugin
authorChristian Ambach <christian.ambach@de.ibm.com>
Thu, 10 Feb 2011 14:55:50 +0000 (15:55 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 10 Feb 2011 16:01:18 +0000 (17:01 +0100)
commitd62aa577c315ec7a2049d465ad3e35a6089191f3
tree4b99c4b12d5221e1801e1201b55a883fc8c7cf65
parent831974a762b890982e17bc641253ebaf8df4444d
nsswitch: fix a segfault in the krb5 locator plugin

after the number of retries was exceeded, the loop did not
    bail out correctly with an error and went on using a null pointer
nsswitch/winbind_krb5_locator.c