Explorar o código

edit-server: fix issue #62, broken by re-factor.

Alex Bennee %!s(int64=13) %!d(string=hai) anos
pai
achega
faf1a4f98e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      edit-server.el

+ 1 - 1
edit-server.el

@@ -395,7 +395,7 @@ non-nil, then STRING is also echoed to the message line."
 	 (t
 	  ;; send 200 OK response to any other request
 	  (edit-server-send-response proc "edit-server is running.\n")
-	  (edit-server-kill-client)))
+	  (edit-server-kill-client proc)))
 	;; wait for another connection to arrive
 	(setq edit-server-received 0)
 	(setq edit-server-phase 'wait)))))