# HG changeset patch # User Michael Albinus # Date 1217097895 0 # Node ID e815b483623936637521503b4919de8da4f42733 # Parent c12684567ab4cf0e37f33e6bf4344678b9e35d90 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call `tramp-process-sentinel'. diff -r c12684567ab4 -r e815b4836239 lisp/net/tramp-smb.el --- a/lisp/net/tramp-smb.el Sat Jul 26 18:44:25 2008 +0000 +++ b/lisp/net/tramp-smb.el Sat Jul 26 18:44:55 2008 +0000 @@ -948,7 +948,6 @@ (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)