Date: Wed Jul 23 12:33:58 2003
Author: jerry
Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv22586/smbd
Modified Files:
Tag: SAMBA_3_0
sesssetup.c trans2.c
Log Message:
convert snprintf() calls using pstrings & fstrings
to pstr_sprintf() and fstr_sprintf() to try to standardize.
lots of snprintf() calls were using len-1; some were using
len. At least this helps to be consistent.
Revisions:
sesssetup.c 1.50.2.24 => 1.50.2.25
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/sesssetup.c.diff?r1=1.50.2.24&r2=1.50.2.25
trans2.c 1.217.2.39 => 1.217.2.40
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c.diff?r1=1.217.2.39&r2=1.217.2.40