From: Juanma Barranquero Date: Mon, 16 May 2005 22:58:55 +0000 (+0000) Subject: (tramp-smb-open-connection): Pass `tramp-chunksize' as fifth (required) X-Git-Tag: ttn-vms-21-2-B4~228 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=430c1c663e9c4fadda43836817477b93b1a36a66;p=emacs.git (tramp-smb-open-connection): Pass `tramp-chunksize' as fifth (required) argument. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b5383896cde..bd2034c6f65 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-05-17 Juanma Barranquero + + * net/tramp-smb.el (tramp-smb-open-connection): + Pass `tramp-chunksize' as fifth (required) argument. + 2005-05-16 Daniel Pfeiffer * font-lock.el (lisp-font-lock-keywords-1): Set diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index ebdbc354ec4..cd096df3be3 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el @@ -954,7 +954,7 @@ Domain names in USER and port numbers in HOST are acknowledged." (when port (setq args (append args (list "-p" port)))) ; OK, let's go - (tramp-pre-connection nil tramp-smb-method user host) + (tramp-pre-connection nil tramp-smb-method user host tramp-chunksize) (tramp-message 7 "Opening connection for //%s@%s/%s..." user host (or share ""))