summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-01-15 17:18:39 +0000
committerGerald Carter <jerry@samba.org>2004-01-15 17:18:39 +0000
commitc51eaec4f09d9c191c6b24dadb1d12770b368da0 (patch)
tree40ca645b2d9a31bdd7048baf98cf4136adf367bf
parent3d9931fe291559a907c3e172a66fbce1155497a3 (diff)
downloadsamba-c51eaec4f09d9c191c6b24dadb1d12770b368da0.tar.gz
samba-c51eaec4f09d9c191c6b24dadb1d12770b368da0.tar.xz
samba-c51eaec4f09d9c191c6b24dadb1d12770b368da0.zip
BUG 958; don't use the -N option when invoking smbclient from the smbtar script
-rw-r--r--source/script/smbtar2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/smbtar b/source/script/smbtar
index f062cba9f04..67a794553cf 100644
--- a/source/script/smbtar
+++ b/source/script/smbtar
@@ -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