added comments
authorAndrew Tridgell <tridge@samba.org>
Tue, 25 Jun 1996 13:39:04 +0000 (13:39 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 25 Jun 1996 13:39:04 +0000 (13:39 +0000)
rebuilt configure with autoconf

util.c

diff --git a/util.c b/util.c
index 1c73394..856ed19 100644 (file)
--- a/util.c
+++ b/util.c
@@ -78,6 +78,10 @@ void write_flush(int f)
 {
 }
 
+
+/* This function was added to overcome a deadlock problem when using
+ * ssh.  It looks like we can't allow our receive queue to get full or
+ * ssh will clag up. Uggh.  */
 void read_check(int f)
 {
   int n;