Fix a segfault in auth/auth_domain.c error cases.
authorAndrew Bartlett <abartlet@samba.org>
Mon, 14 Jan 2002 21:52:25 +0000 (21:52 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Jan 2002 21:52:25 +0000 (21:52 +0000)
commit37ce7630434c1afae5164c64438f428dd8e1b731
tree9de723b662732a1cee4cdf6844d44fdeef1f96d0
parent5b2b9c25af28543e67762805d1387524cbb6c39d
Fix a segfault in auth/auth_domain.c error cases.

This occured when the attempt to contact the PDC failed.  The connection code
has already shut down the connection, and 'free'ed the cli or has never
initialised it in the first place.

Andrew Bartlett
source/auth/auth_domain.c