From db04305154eee4628fecf8000a697a960d24dccd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 10 Oct 1998 02:54:32 +0200
Subject: [PATCH] The close callback now clears all the nonblocking callbacks.

Rev: lib/modules/Protocols.pmod/Line.pmod:1.4
---
 lib/modules/Protocols.pmod/Line.pmod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/modules/Protocols.pmod/Line.pmod b/lib/modules/Protocols.pmod/Line.pmod
index b4ecf36b39..53577f3175 100644
--- a/lib/modules/Protocols.pmod/Line.pmod
+++ b/lib/modules/Protocols.pmod/Line.pmod
@@ -1,5 +1,5 @@
 /*
- * $Id: Line.pmod,v 1.3 1998/09/28 01:17:07 per Exp $
+ * $Id: Line.pmod,v 1.4 1998/10/10 00:54:32 grubba Exp $
  *
  * Line-buffered protocol handling.
  *
@@ -161,6 +161,7 @@ class simple
     if (handle_data || sizeof(read_buffer) || sizeof(multi_line_buffer)) {
       werror("close_callback(): Unexpected close!\n");
     }
+    con->set_nonblocking(0,0,0);
     con->close();
     con = 0;
   }
-- 
GitLab