diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-11-02 15:32:16 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-11-02 04:36:05 +0000 |
commit | 7d0f04a651e4bed7e1e6d587a1bdaf3cfa6f9e33 (patch) | |
tree | 4f197c631747f7528a771e7f72bf6a5b0eaf9b27 /source3/include | |
parent | b1099a5b560db0145534ed6484eee27c7d93528a (diff) | |
download | samba-7d0f04a651e4bed7e1e6d587a1bdaf3cfa6f9e33.tar.gz samba-7d0f04a651e4bed7e1e6d587a1bdaf3cfa6f9e33.tar.bz2 samba-7d0f04a651e4bed7e1e6d587a1bdaf3cfa6f9e33.zip |
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
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/libsmb_internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ -138,11 +138,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 * M_TIME with CHANGE_TIME, ACCESS_TIME and WRITE_TIME, and adds |