From e0b8bc8ab1c60d95ad6abde9e3ec5ba5fbcadca3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 23 Mar 1998 01:17:51 +0000 Subject: a pointless commit to check on a problem Luke reported with CVS (This used to be commit a947d9ceba9a00dc71e9cd7f8103e3559a931427) --- source3/lib/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/util.c b/source3/lib/util.c index 8c30aad68e..306e80c307 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); -- cgit