diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-10-18 18:26:12 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-10-18 18:26:12 +0000 |
commit | 7991f8554eb16d395413eab8c59b72eba2a9f3ca (patch) | |
tree | 739d40203b5d7c1f5eebaca4b928b03d4abfa0ba /src | |
parent | c943f602717e4c820a8e4269954ab9c03dc7e6ba (diff) | |
download | xine-lib-7991f8554eb16d395413eab8c59b72eba2a9f3ca.tar.gz xine-lib-7991f8554eb16d395413eab8c59b72eba2a9f3ca.tar.bz2 |
disable libsmbclient debuging
CVS patchset: 7046
CVS date: 2004/10/18 18:26:12
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_smb.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/input/input_smb.c b/src/input/input_smb.c index 51e323116..2ba24ad91 100644 --- a/src/input/input_smb.c +++ b/src/input/input_smb.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_smb.c,v 1.1 2004/10/18 18:01:46 miguelfreitas Exp $ + * $Id: input_smb.c,v 1.2 2004/10/18 18:26:12 miguelfreitas Exp $ */ @@ -236,7 +236,8 @@ static void { smb_input_class_t *this; - if (smbc_init(smb_auth,1)) return NULL; + if (smbc_init(smb_auth,(xine->verbosity >= XINE_VERBOSITY_DEBUG))) + return NULL; this = (smb_input_class_t *) xine_xmalloc(sizeof(smb_input_class_t)); this->xine = xine; |