From 9064669d013ddd167e85231c0b80237e8b36a9bb Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 26 Jul 2008 18:44:55 +0000 Subject: [PATCH] * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call `tramp-process-sentinel'. --- lisp/net/tramp-smb.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 1380b030355..a3ac67e0b7a 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el @@ -948,7 +948,6 @@ connection if a previous connection has died for some reason." (tramp-message vec 6 "%s" (mapconcat 'identity (process-command p) " ")) - (set-process-sentinel p 'tramp-process-sentinel) (tramp-set-process-query-on-exit-flag p nil) (tramp-set-connection-property p "smb-share" share) -- 2.39.2