The Samba-Bugzilla – Attachment 70 Details for
Bug 282
winbind crashes (core dump) on 'getent group'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Check return code of ads_search_retry()
bug282.patch (text/plain), 466 bytes, created by
Tim Potter
on 2003-08-12 19:19:36 UTC
(
hide
)
Description:
Check return code of ads_search_retry()
Filename:
MIME Type:
Creator:
Tim Potter
Created:
2003-08-12 19:19:36 UTC
Size:
466 bytes
patch
obsolete
>Index: winbindd_ads.c >=================================================================== >RCS file: /data/cvs/samba/source/nsswitch/winbindd_ads.c,v >retrieving revision 1.43.2.17 >diff -u -r1.43.2.17 winbindd_ads.c >--- winbindd_ads.c 31 Jul 2003 05:43:47 -0000 1.43.2.17 >+++ winbindd_ads.c 13 Aug 2003 02:16:08 -0000 >@@ -378,7 +378,7 @@ > SAFE_FREE(ldap_exp); > SAFE_FREE(escaped_dn); > >- if (!ADS_ERR_OK(rc)) { >+ if (!ADS_ERR_OK(rc) || !res) { > goto failed; > } >
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 282
:
65
|
67
|
69
| 70 |
77
|
78
|
80
|
81
|
82