CVS update: samba/source/rpc_server

abartlet at samba.org abartlet at samba.org
Sat Jul 20 23:02:47 EST 2002


Date:	Sat Jul 20 06:02:47 2002
Author:	abartlet

Update of /data/cvs/samba/source/rpc_server
In directory va:/tmp/cvs-serv7317/rpc_server

Modified Files:
	srv_samr_nt.c 
Log Message:
More fixes towards warnings on the IRIX compiler
(and yes, some of these are real bugs)

In particular, the samr code was doing an &foo of various types, to a function
that assumed uint32.  If time_t isn't 32 bits long, that broke.  

They are assignment compatible however, so use that and an intermediate
variable.

Andrew Bartlett


Revisions:
srv_samr_nt.c		1.102 => 1.103
	http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_nt.c?r1=1.102&r2=1.103




More information about the samba-cvs mailing list