The Samba-Bugzilla – Attachment 444 Details for
Bug 1195
Winbindd core dump if AD is down.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Check validity of domain->private
winbindd_ads.c.gpatch (text/plain), 403 bytes, created by
John Klinger
on 2004-03-17 10:18:41 UTC
(
hide
)
Description:
Check validity of domain->private
Filename:
MIME Type:
Creator:
John Klinger
Created:
2004-03-17 10:18:41 UTC
Size:
403 bytes
patch
obsolete
>--- nsswitch/winbindd_ads.c Fri Nov 14 03:40:36 2003 >+++ nsswitch/winbindd_ads.c Wed Mar 17 18:09:42 2004 >@@ -39,7 +39,12 @@ > ADS_STATUS status; > > if (domain->private) { >- return (ADS_STRUCT *)domain->private; >+ ads = (ADS_STRUCT *)domain->private; >+ if (ads->config.realm) { >+ return ads; >+ } else { >+ domain->private = NULL; >+ } > } > > /* we don't want this to affect the users ccache */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1195
:
444
|
450