PATCH: winbind

andreas moroder claudiamoroder at st-ulrich.suedtirol.net
Sat Apr 27 08:52:01 GMT 2002


Hello,

the following patch checks if the secret_init call in winbind failes.

By

Andreas

--- winbindd.c  Sat Apr 27 09:17:52 2002
+++ winbindd.and        Sat Apr 27 17:38:49 2002
@@ -680,7 +680,8 @@
 {
        load_interfaces();
 
-       secrets_init();
+       if (secrets_init()==False)
+               return 1;
 
        /* Get list of domains we look up requests for.  This includes the
           domain which we are a member of as well as any trusted             
                      




More information about the samba-technical mailing list