Mercurial > emacs
changeset 62422:8032449c46c0
(tramp-smb-open-connection): Pass `tramp-chunksize' as fifth (required)
argument.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 16 May 2005 22:58:11 +0000 |
parents | 68eb1c8b3f80 |
children | a46a0ca0ed71 |
files | lisp/net/tramp-smb.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/tramp-smb.el Mon May 16 21:25:32 2005 +0000 +++ b/lisp/net/tramp-smb.el Mon May 16 22:58:11 2005 +0000 @@ -954,7 +954,7 @@ (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 ""))