CVS update: samba/source/nsswitch

tpot at samba.org tpot at samba.org
Fri Jan 10 15:18:57 EST 2003


Date:	Fri Jan 10 04:18:56 2003
Author:	tpot

Update of /data/cvs/samba/source/nsswitch
In directory dp.samba.org:/tmp/cvs-serv15395/nsswitch

Modified Files:
      Tag: APPLIANCE_HEAD
	winbindd.c 
Log Message:
Don't initialise the trusted domain list on startup in winbindd_setup_common()
This is now done on demand as all access to the list of domains is
done through the domain_list() function.

This was a throwback to when winbindd had a server_state structure and
the domain SID was required to be known before winbindd could start
processing requests.  Now since the domain SID is stored in the domain
list which is read on demand we don't need to do this initialisation
right now.

Final part of CR1340.


Revisions:
winbindd.c		1.2.2.19 => 1.2.2.20
	http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.c?r1=1.2.2.19&r2=1.2.2.20



More information about the samba-cvs mailing list