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:47:04 +0000 (17:47 +0100)
commita1305f2a3dcc4eb4636e96688860179cc2513628
treeb1a236414d422931f23d521030e08d509205601d
parent61629ff07d56862b6eeb5bd4600571a5f81fe9b5
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