]> git.eshelyaron.com Git - emacs.git/commitdiff
(tramp-smb-open-connection): Pass `tramp-chunksize' as fifth (required)
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 16 May 2005 22:58:55 +0000 (22:58 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 16 May 2005 22:58:55 +0000 (22:58 +0000)
argument.

lisp/ChangeLog
lisp/net/tramp-smb.el

index b5383896cde75b30a2ebd486503306963d3fc689..bd2034c6f658d16bfc504aa5ea5f0db8996d69fd 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * net/tramp-smb.el (tramp-smb-open-connection):
+       Pass `tramp-chunksize' as fifth (required) argument.
+
 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
 
        * font-lock.el (lisp-font-lock-keywords-1): Set
index ebdbc354ec4a82e15d0ab0aeddf7eedfac038734..cd096df3be3a5081a9016b809825999cebedcfd4 100644 (file)
@@ -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 ""))