diff lisp/net/tramp-smb.el @ 56460:9459300bf43b

Sync with Tramp 2.0.43. (tramp-handle-verify-visited-file-modtime): Remove outdated comment. (tramp-locked, tramp-locker): New variables for implementing a global lock. (tramp-sh-file-name-handler): Use them to implement the global lock.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sat, 17 Jul 2004 17:28:43 +0000
parents 4bc6cb45c326
children 40298ea4d83f b9eee0a7bef5
line wrap: on
line diff
--- a/lisp/net/tramp-smb.el	Sat Jul 17 17:06:26 2004 +0000
+++ b/lisp/net/tramp-smb.el	Sat Jul 17 17:28:43 2004 +0000
@@ -1012,7 +1012,7 @@
 	(when real-user
 	  (let ((pw-prompt "Password:"))
 	    (tramp-message 9 "Sending password")
-	    (tramp-enter-password p pw-prompt)))
+	    (tramp-enter-password p pw-prompt user host)))
 
 	(unless (tramp-smb-wait-for-output user host)
 	  (tramp-clear-passwd user host)