From c9b5c9b9412a208b105513c0194bd9654a3f1144 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 14 Feb 2006 12:35:56 +0000 Subject: r13495: Derell, I'm removing that double setup_logging(), just a typo. Guenther (This used to be commit c0d91f9d19b33995237847389e4c37e086938b9e) --- source3/libsmb/libsmbclient.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/libsmbclient.c b/source3/libsmb/libsmbclient.c index 03dbd71e93..649cd8b372 100644 --- a/source3/libsmb/libsmbclient.c +++ b/source3/libsmb/libsmbclient.c @@ -5983,7 +5983,6 @@ smbc_init_context(SMBCCTX *context) DEBUGLEVEL = context->debug; load_case_tables(); - setup_logging( "libsmbclient", True); setup_logging("libsmbclient", True); if (context->internal->_debug_stderr) { -- cgit