r25598: Add missing become_root/unbecome_root around calls of add_aliases.
[samba.git] / source / 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