components/proftpd/patches/20393612.patch
branchs11u2-sru
changeset 3949 800060d48040
equal deleted inserted replaced
3947:49b86ceff723 3949:800060d48040
       
     1 http://bugs.proftpd.org/show_bug.cgi?id=4132
       
     2 
       
     3 diff --git a/src/log.c b/src/log.c
       
     4 index 4b83413..c83b8ee 100644
       
     5 --- a/src/log.c
       
     6 +++ b/src/log.c
       
     7 @@ -36,7 +36,7 @@
       
     8  static int syslog_open = FALSE;
       
     9  static int syslog_discard = FALSE;
       
    10  static int logstderr = TRUE;
       
    11 -static int debug_level = DEBUG0;	/* Default is no debug logging */
       
    12 +static int debug_level = DEBUG0 - 1;	/* Default is no debug logging */
       
    13  static int facility = LOG_DAEMON;
       
    14  static int set_facility = -1;
       
    15  static char systemlog_fn[PR_TUNABLE_PATH_MAX] = {'\0'};