diff options
author | Joseph Tam <jtam.home@gmail.com> | 2012-04-19 11:46:16 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-04-20 00:06:12 +0200 |
commit | 00d5f32025bf13285ab3f8ffae914107c9eca275 (patch) | |
tree | 722942a26248079ecb1ae3952f02314da2bffb44 /source4/libnet/libnet_samsync_ldb.c | |
parent | 393936aee6f20d85ba2b3e6c59af7c6b8c554a28 (diff) | |
download | samba-00d5f32025bf13285ab3f8ffae914107c9eca275.tar.gz samba-00d5f32025bf13285ab3f8ffae914107c9eca275.tar.bz2 samba-00d5f32025bf13285ab3f8ffae914107c9eca275.zip |
Fix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog.
Setting "syslog only = yes" did not divert log messages to syslog. The test in
lib/util/debug.c:Debug1():747
if( syslog_level < state.settings.syslog )
produces wrong results since .syslog is typed "bool" rather than "int".
The attached patch fixes this by typing this field correctly as "int".
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Apr 20 00:06:12 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/libnet/libnet_samsync_ldb.c')
0 files changed, 0 insertions, 0 deletions