1
0
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:
Gerald Carter 2004-01-15 17:18:39 +00:00
parent 55d6877f0f
commit ad40c8a1f4

View File

@ -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