1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00
Andrew Tridgell ab1bfe5b0d 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);
(This used to be commit 5ae04012819ae3e63102d6875088ef00c27492b4)
1998-08-11 14:09:05 +00:00
..
1998-08-10 02:01:18 +00:00
1998-08-11 14:09:05 +00:00
1998-07-29 03:15:02 +00:00
1998-07-29 03:15:02 +00:00
1998-08-08 01:15:14 +00:00
1996-07-04 03:17:08 +00:00
1998-07-29 03:15:02 +00:00
1998-07-29 03:15:02 +00:00
1997-12-20 23:44:25 +00:00