summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-smb.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2006-04-17 12:56:56 +0000
committerMichael Albinus <michael.albinus@gmx.de>2006-04-17 12:56:56 +0000
commit8580639069942441f4b1f21e85bd8a945c5b291f (patch)
treec6700ba75c27e4deb3c05d7a4baf7f30ec305b5c /lisp/net/tramp-smb.el
parent587043f8b7201a09b5839a1a9c77984890e52d51 (diff)
downloademacs-8580639069942441f4b1f21e85bd8a945c5b291f.tar.gz
emacs-8580639069942441f4b1f21e85bd8a945c5b291f.tar.bz2
emacs-8580639069942441f4b1f21e85bd8a945c5b291f.zip
Sync with Tramp 2.0.53.
Diffstat (limited to 'lisp/net/tramp-smb.el')
-rw-r--r--lisp/net/tramp-smb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el
index 04fbd3636f8..34bb388f855 100644
--- a/lisp/net/tramp-smb.el
+++ b/lisp/net/tramp-smb.el
@@ -979,7 +979,7 @@ Returns nil if an error message has appeared."
;; Algorithm: get waiting output. See if last line contains
;; tramp-smb-prompt sentinel or tramp-smb-errors strings.
;; If not, wait a bit and again get waiting output.
- (while (and (not found) (not err))
+ (while (not found)
;; Accept pending output.
(tramp-accept-process-output proc)