summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorSteve French <sfrench@samba.org>2007-02-11 19:28:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:54 -0500
commit529d64b4c862bee051e13a87e521d919c6dd84f5 (patch)
tree9ee8ecaa561ee74272e087c349c2f6c74d1b8eca /source/client
parent4faa37a515fb6c6fa0f9364271755f954429beec (diff)
downloadsamba-529d64b4c862bee051e13a87e521d919c6dd84f5.tar.gz
samba-529d64b4c862bee051e13a87e521d919c6dd84f5.tar.xz
samba-529d64b4c862bee051e13a87e521d919c6dd84f5.zip
r21283: Do not display away debug output of cifs dfs resolver by default
per Dave Howell's suggestion
Diffstat (limited to 'source/client')
-rw-r--r--source/client/cifs_resolver.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/client/cifs_resolver.sh b/source/client/cifs_resolver.sh
index aaf28a50c9d..2229d5a5f5b 100644
--- a/source/client/cifs_resolver.sh
+++ b/source/client/cifs_resolver.sh
@@ -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 0