diff options
author | Tim Potter <tpot@samba.org> | 2006-02-22 03:12:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:19 -0500 |
commit | 1d23067e68f914ffb42374532b6454a0aaa7c657 (patch) | |
tree | 8cf227d4121a1de0d78fa824fd2a916b65074397 /source/client/smbctool.c | |
parent | b1915a0591d9842b4c95f527363a807e8a756697 (diff) | |
download | samba-1d23067e68f914ffb42374532b6454a0aaa7c657.tar.gz samba-1d23067e68f914ffb42374532b6454a0aaa7c657.tar.xz samba-1d23067e68f914ffb42374532b6454a0aaa7c657.zip |
r13612: #define NO_SYSLOG is dead as a doornail.
Diffstat (limited to 'source/client/smbctool.c')
-rw-r--r-- | source/client/smbctool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/client/smbctool.c b/source/client/smbctool.c index 439345ca6de..c368f7a1933 100644 --- a/source/client/smbctool.c +++ b/source/client/smbctool.c @@ -22,8 +22,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define NO_SYSLOG - #include "includes.h" #include "libsmbclient.h" #include "client/client_proto.h" |