comparison 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
comparison
equal deleted inserted replaced
62421:68eb1c8b3f80 62422:8032449c46c0
952 952
953 (when domain (setq args (append args (list "-W" domain)))) 953 (when domain (setq args (append args (list "-W" domain))))
954 (when port (setq args (append args (list "-p" port)))) 954 (when port (setq args (append args (list "-p" port))))
955 955
956 ; OK, let's go 956 ; OK, let's go
957 (tramp-pre-connection nil tramp-smb-method user host) 957 (tramp-pre-connection nil tramp-smb-method user host tramp-chunksize)
958 (tramp-message 7 "Opening connection for //%s@%s/%s..." 958 (tramp-message 7 "Opening connection for //%s@%s/%s..."
959 user host (or share "")) 959 user host (or share ""))
960 960
961 (let* ((default-directory (tramp-temporary-file-directory)) 961 (let* ((default-directory (tramp-temporary-file-directory))
962 ;; If we omit the conditional here, then we would use 962 ;; If we omit the conditional here, then we would use