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:
parent
8a96fe6a59
commit
abb131ec95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user