svn commit: samba r21283 - in branches/SAMBA_3_0/source/client: .

sfrench at samba.org sfrench at samba.org
Sun Feb 11 19:28:52 GMT 2007


Author: sfrench
Date: 2007-02-11 19:28:52 +0000 (Sun, 11 Feb 2007)
New Revision: 21283

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21283

Log:
Do not display away debug output of cifs dfs resolver by default
per Dave Howell's suggestion 

Modified:
   branches/SAMBA_3_0/source/client/cifs_resolver.sh


Changeset:
Modified: branches/SAMBA_3_0/source/client/cifs_resolver.sh
===================================================================
--- branches/SAMBA_3_0/source/client/cifs_resolver.sh	2007-02-11 17:51:38 UTC (rev 21282)
+++ branches/SAMBA_3_0/source/client/cifs_resolver.sh	2007-02-11 19:28:52 UTC (rev 21283)
@@ -46,6 +46,6 @@
 	    echo "cifs_resolver: resolved: $2 to $DATAA"
 	    keyctl instantiate $1 "$DATAA" $3 || exit 1
     fi
-
-} >&/dev/ttyS0
-exit $status
+# if you want to debug the upcall, replace /dev/null (below) with ttyS0 or file
+} >&/dev/null
+exit 0 



More information about the samba-cvs mailing list