From 24f7320bdc37cdebdd4beb8e8947b0e941054151 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 3 Feb 2008 12:06:08 +0000 Subject: [PATCH] * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use `tramp-process-sentinel' as process sentinel. --- lisp/net/tramp-fish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp-fish.el b/lisp/net/tramp-fish.el index f6f455b1823..abf7b0c27a2 100644 --- a/lisp/net/tramp-fish.el +++ b/lisp/net/tramp-fish.el @@ -1125,7 +1125,7 @@ connection if a previous connection has died for some reason." (tramp-message vec 6 "%s" (mapconcat 'identity (process-command p) " ")) ;; Check whether process is alive. - (set-process-sentinel p 'tramp-flush-connection-property) + (set-process-sentinel p 'tramp-process-sentinel) (tramp-set-process-query-on-exit-flag p nil) (tramp-process-actions p vec tramp-actions-before-shell 60) -- 2.39.5