From 7d0f04a651e4bed7e1e6d587a1bdaf3cfa6f9e33 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 2 Nov 2010 15:32:16 +1100 Subject: s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient context Following the review of this patch series by Derrell Lipman, remove the seperate storage of the debug_stderr variable from the libsmbclient SMBC_internal_data context. Andrew Bartlett --- source3/include/libsmb_internal.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/include') diff --git a/source3/include/libsmb_internal.h b/source3/include/libsmb_internal.h index 0bfcd8fab7..39a32f99fb 100644 --- a/source3/include/libsmb_internal.h +++ b/source3/include/libsmb_internal.h @@ -137,11 +137,6 @@ struct SMBC_internal_data { */ SMBCFILE * files; - /* - * Log to standard error instead of the more typical standard output - */ - bool debug_stderr; - /* * Support "Create Time" in get/set with the *xattr() functions, if * true. This replaces the dos attribute strings C_TIME, A_TIME and -- cgit