summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-01-29 17:55:41 +0000
committerJeremy Allison <jra@samba.org>2003-01-29 17:55:41 +0000
commit655000e43ec9dccba3c53baef34ebe41028981b5 (patch)
tree2809bb10c7d414eb28ae998d8fed6dd80c3037fd /source3/lib/debug.c
parent6789cc3de6b775a744d3cd31ae30cc93487e5474 (diff)
downloadsamba-655000e43ec9dccba3c53baef34ebe41028981b5.tar.gz
samba-655000e43ec9dccba3c53baef34ebe41028981b5.tar.bz2
samba-655000e43ec9dccba3c53baef34ebe41028981b5.zip
Removed duplicate fn to avoid compiler warning. (from HEAD - tpot).
Jeremy. (This used to be commit 60be9a2f1e6d18562218a55e1a1f753e34fb1e5b)
Diffstat (limited to 'source3/lib/debug.c')
-rw-r--r--source3/lib/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/debug.c b/source3/lib/debug.c
index 2efdd3c2a3..23442a0193 100644
--- a/source3/lib/debug.c
+++ b/source3/lib/debug.c
@@ -468,6 +468,7 @@ void debug_message_send(pid_t pid, const char *params_str)
}
+#if 0
/****************************************************************************
Return current debug level.
****************************************************************************/
@@ -485,6 +486,7 @@ static void debuglevel_message(int msg_type, pid_t src, void *buf, size_t len)
DEBUG(0, ("debuglevel_message: error retrieving class levels!\n"));
}
}
+#endif
/****************************************************************************
Init debugging (one time stuff)