winbindd segfaulting

Roylance, Stephen D. SROYLANCE at PARTNERS.ORG
Thu May 15 18:18:10 GMT 2003


> -----Original Message-----
> From: jra at dp.samba.org [mailto:jra at dp.samba.org]
> Sent: Wednesday, May 14, 2003 4:47 PM
> To: Guenther Deschner; Roylance, Stephen D.; samba-technical
> Subject: Re: winbindd segfaulting
> 
> On Wed, May 14, 2003 at 09:49:46AM +0200, Guenther Deschner wrote:
> > apprently the same bug as
> >
> > https://bugzilla.samba.org/show_bug.cgi?id=80

This seemed to fix it for me:
--- ../../../cvs2/samba/source/nsswitch/winbindd_cm.c   Thu May 15 13:14:30
2003
+++ nsswitch/winbindd_cm.c      Thu May 15 13:12:54 2003
@@ -502,7 +502,7 @@
 {
        find_cm_connection(domain, pipe_name, conn_out);
 
-       if (conn_out != NULL)
+       if (conn_out != NULL && *conn_out != NULL)
                return NT_STATUS_OK;
 
        return new_cm_connection(domain, pipe_name, conn_out);




More information about the samba-technical mailing list