diff lisp/net/tramp-smb.el @ 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 3ba8f94e9cfa
children df55e63482c4
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 ""))