diff options
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r-- | source3/lib/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |