a pointless commit to check on a problem Luke reported with CVS
authorAndrew Tridgell <tridge@samba.org>
Mon, 23 Mar 1998 01:17:51 +0000 (01:17 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 23 Mar 1998 01:17:51 +0000 (01:17 +0000)
(This used to be commit a947d9ceba9a00dc71e9cd7f8103e3559a931427)

source3/lib/util.c

index 8c30aad68e02e8c7615725f7913218c8215b8df0..306e80c3073cf64b3d9e79fbba99c42ba7b0fa24 100644 (file)
@@ -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);