From: Andrew Tridgell Date: Mon, 23 Mar 1998 01:17:51 +0000 (+0000) Subject: a pointless commit to check on a problem Luke reported with CVS X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=commitdiff_plain;h=e0b8bc8ab1c60d95ad6abde9e3ec5ba5fbcadca3 a pointless commit to check on a problem Luke reported with CVS (This used to be commit a947d9ceba9a00dc71e9cd7f8103e3559a931427) --- diff --git a/source3/lib/util.c b/source3/lib/util.c index 8c30aad68e0..306e80c3073 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -93,9 +93,9 @@ static BOOL stdout_logging = False; static char *filename_dos(char *path,char *buf); #if defined(SIGUSR2) -/**************************************************************************** ** +/****************************************************************************** catch a sigusr2 - decrease the debug log level. - **************************************************************************** */ + *****************************************************************************/ int sig_usr2(void) { BlockSignals( True, SIGUSR2);