summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/client/cifs_resolver.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/client/cifs_resolver.sh b/source3/client/cifs_resolver.sh
index aaf28a50c9..2229d5a5f5 100644
--- a/source3/client/cifs_resolver.sh
+++ b/source3/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