1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r21283: Do not display away debug output of cifs dfs resolver by default

per Dave Howell's suggestion
(This used to be commit 529d64b4c8)
This commit is contained in:
Steve French 2007-02-11 19:28:52 +00:00 committed by Gerald (Jerry) Carter
parent 8a96fe6a59
commit abb131ec95

View 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 0