diff options
author | Tim Potter <tpot@samba.org> | 2005-07-19 02:37:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:00:11 -0500 |
commit | ab398643a4e44211696ef5ce72b62ab7ecee7bc9 (patch) | |
tree | 811b82bed8484ebfd56c20b1b95f84d38105eee0 /source3/utils | |
parent | 263a51cd62815b568d0d2053ee29cdd77428ba31 (diff) | |
download | samba-ab398643a4e44211696ef5ce72b62ab7ecee7bc9.tar.gz samba-ab398643a4e44211696ef5ce72b62ab7ecee7bc9.tar.bz2 samba-ab398643a4e44211696ef5ce72b62ab7ecee7bc9.zip |
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
(This used to be commit 985dbb47d925e79c1195ca219f7ab5d6648b22b8)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/nmblookup.c | 2 | ||||
-rw-r--r-- | source3/utils/status.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/source3/utils/nmblookup.c b/source3/utils/nmblookup.c index d1d735f7f9..09148ad37c 100644 --- a/source3/utils/nmblookup.c +++ b/source3/utils/nmblookup.c @@ -20,8 +20,6 @@ */ -#define NO_SYSLOG - #include "includes.h" extern BOOL AllowDebugChange; diff --git a/source3/utils/status.c b/source3/utils/status.c index f3c8861666..bed9828c22 100644 --- a/source3/utils/status.c +++ b/source3/utils/status.c @@ -31,8 +31,6 @@ * This program reports current SMB connections */ -#define NO_SYSLOG - #include "includes.h" #define SMB_MAXPIDS 2048 |