mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
BUG 958; don't use the -N option when invoking smbclient from the smbtar script
(This used to be commit c51eaec4f09d9c191c6b24dadb1d12770b368da0)
This commit is contained in:
parent
55d6877f0f
commit
ad40c8a1f4
@ -161,5 +161,5 @@ fi
|
||||
tarargs=${tarargs}${blocksizearg}${newerarg}
|
||||
|
||||
eval $SMBCLIENT "'\\\\$server\\$service'" "'$password'" -U "'$username'" \
|
||||
-E -N $log -D "'$cdcmd'" ${clientargs} \
|
||||
-E $log -D "'$cdcmd'" ${clientargs} \
|
||||
-T${tarcmd}${tarargs} $blocksize $newer $tapefile '${1+"$@"}' $verbose
|
||||
|
Loading…
x
Reference in New Issue
Block a user