Index: emacs/lisp/net/tramp-smb.el
diff -c emacs/lisp/net/tramp-smb.el:1.16 emacs/lisp/net/tramp-smb.el:1.17
*** emacs/lisp/net/tramp-smb.el:1.16    Sun Mar 20 20:00:20 2005
--- emacs/lisp/net/tramp-smb.el Mon May 16 22:58:11 2005
***************
*** 954,960 ****
        (when port   (setq args (append args (list "-p" port))))
  
        ; OK, let's go
!       (tramp-pre-connection nil tramp-smb-method user host)
        (tramp-message 7 "Opening connection for //[EMAIL PROTECTED]/%s..."
                     user host (or share ""))
  
--- 954,960 ----
        (when port   (setq args (append args (list "-p" port))))
  
        ; OK, let's go
!       (tramp-pre-connection nil tramp-smb-method user host tramp-chunksize)
        (tramp-message 7 "Opening connection for //[EMAIL PROTECTED]/%s..."
                     user host (or share ""))
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to