* net/tramp.el (tramp-process-actions): Add POS argument. Delete
[bpt/emacs.git] / lisp / net / tramp-smb.el
index 36477f7..5a62b71 100644 (file)
@@ -1314,7 +1314,7 @@ connection if a previous connection has died for some reason."
 
              ;; Play login scenario.
              (tramp-process-actions
-              p vec
+              p vec nil
               (if share
                   tramp-smb-actions-with-share
                 tramp-smb-actions-without-share))