r21283: Do not display away debug output of cifs dfs resolver by default
authorSteve French <sfrench@samba.org>
Sun, 11 Feb 2007 19:28:52 +0000 (19:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:54 +0000 (12:17 -0500)
per Dave Howell's suggestion
(This used to be commit 529d64b4c862bee051e13a87e521d919c6dd84f5)

source3/client/cifs_resolver.sh

index aaf28a50c9d3cb4c25604d56c3af8de1f5ef44b0..2229d5a5f5b4d0bef0084646198df10b23d0fda1 100644 (file)
@@ -46,6 +46,6 @@ status=0
            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