diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-23 01:17:51 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-23 01:17:51 +0000 |
commit | e0b8bc8ab1c60d95ad6abde9e3ec5ba5fbcadca3 (patch) | |
tree | 78747bf7cad1e06becd199b206115e2b78403d8b | |
parent | 93b3c5813638d37f53717ec42feff408b8765e23 (diff) | |
download | samba-e0b8bc8ab1c60d95ad6abde9e3ec5ba5fbcadca3.tar.gz samba-e0b8bc8ab1c60d95ad6abde9e3ec5ba5fbcadca3.tar.bz2 samba-e0b8bc8ab1c60d95ad6abde9e3ec5ba5fbcadca3.zip |
a pointless commit to check on a problem Luke reported with CVS
(This used to be commit a947d9ceba9a00dc71e9cd7f8103e3559a931427)
-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); |