summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-smb.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2008-07-26 18:44:55 +0000
committerMichael Albinus <michael.albinus@gmx.de>2008-07-26 18:44:55 +0000
commit9064669d013ddd167e85231c0b80237e8b36a9bb (patch)
tree8d8771bbc3d5b9103f75cdc81752238e60d79fc8 /lisp/net/tramp-smb.el
parentc34edbdc8033fdd45db613653580ed32f1f8fc51 (diff)
downloademacs-9064669d013ddd167e85231c0b80237e8b36a9bb.tar.gz
* net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
`tramp-process-sentinel'.
Diffstat (limited to 'lisp/net/tramp-smb.el')
-rw-r--r--lisp/net/tramp-smb.el1
1 files changed, 0 insertions, 1 deletions
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)