CVS update: samba/source/lib

tridge at samba.anu.edu.au tridge at samba.anu.edu.au
Wed Aug 12 00:09:06 EST 1998


Date:	Wednesday August 12, 1998 @ 0:09
Author:	tridge

Update of /data/cvs/samba/source/lib
In directory samba:/tmp/cvs-serv7168

Modified Files:
	debug.c 
Log Message:
fixed a nasty bug in debug.c

Debug1() was being called like this:

      Debug1( format_bufr );

but if format_bufr contains any %s or other % arguments (such as when
processing a smb.conf file containing % macros) then smbd dies a
horrible death.

The quick fix is to use:

	Debug1( "%s", format_bufr);




More information about the samba-cvs mailing list