aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/tramp-smb.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el
index e9fc92cbc0a..0f1408b8c99 100644
--- a/lisp/net/tramp-smb.el
+++ b/lisp/net/tramp-smb.el
@@ -1,7 +1,7 @@
1;;; tramp-smb.el --- Tramp access functions for SMB servers 1;;; tramp-smb.el --- Tramp access functions for SMB servers
2 2
3;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 3;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007,
4;; 2007, 2008 Free Software Foundation, Inc. 4;; 2008 Free Software Foundation, Inc.
5 5
6;; Author: Michael Albinus <michael.albinus@gmx.de> 6;; Author: Michael Albinus <michael.albinus@gmx.de>
7;; Keywords: comm, processes 7;; Keywords: comm, processes
@@ -948,7 +948,7 @@ connection if a previous connection has died for some reason."
948 948
949 (tramp-message 949 (tramp-message
950 vec 6 "%s" (mapconcat 'identity (process-command p) " ")) 950 vec 6 "%s" (mapconcat 'identity (process-command p) " "))
951 (set-process-sentinel p 'tramp-flush-connection-property) 951 (set-process-sentinel p 'tramp-process-sentinel)
952 (tramp-set-process-query-on-exit-flag p nil) 952 (tramp-set-process-query-on-exit-flag p nil)
953 (tramp-set-connection-property p "smb-share" share) 953 (tramp-set-connection-property p "smb-share" share)
954 954