From: Andrew Bartlett Date: Mon, 14 Jan 2002 21:52:25 +0000 (+0000) Subject: Fix a segfault in auth/auth_domain.c error cases. X-Git-Tag: samba-4.0.0alpha6~801^2~16051 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=dd0f0f043f740a4099ed17a43fd7d5cbe1142540;hp=dd0f0f043f740a4099ed17a43fd7d5cbe1142540 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 (This used to be commit 37ce7630434c1afae5164c64438f428dd8e1b731) ---