From 7991f8554eb16d395413eab8c59b72eba2a9f3ca Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 18 Oct 2004 18:26:12 +0000 Subject: disable libsmbclient debuging CVS patchset: 7046 CVS date: 2004/10/18 18:26:12 --- src/input/input_smb.c | 5 +++-- 1 file 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; -- cgit v1.2.3