# HG changeset patch # User Michael Albinus # Date 1202040496 0 # Node ID 5462fd8b96ab2f8781706ac823ae27349387c1ba # Parent 26d030db0d70a8b12d1e541727628638f79cdf0e * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `tramp-process-sentinel' as process sentinel. diff -r 26d030db0d70 -r 5462fd8b96ab lisp/net/tramp-smb.el --- a/lisp/net/tramp-smb.el Sun Feb 03 12:06:49 2008 +0000 +++ b/lisp/net/tramp-smb.el Sun Feb 03 12:08:16 2008 +0000 @@ -1,7 +1,7 @@ ;;; tramp-smb.el --- Tramp access functions for SMB servers -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, +;; 2008 Free Software Foundation, Inc. ;; Author: Michael Albinus ;; Keywords: comm, processes @@ -948,7 +948,7 @@ (tramp-message vec 6 "%s" (mapconcat 'identity (process-command p) " ")) - (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-set-connection-property p "smb-share" share)