Some hacks to get the FIFO communication work!! Isn't reliable.
[egate.git] / kernel / urp.c
index a8956da..a5a5c68 100644 (file)
@@ -2,7 +2,11 @@
  * Europagate, 1995
  *
  * $Log: urp.c,v $
- * Revision 1.28  1995/04/19 13:19:09  adam
+ * Revision 1.29  1995/04/19 16:01:58  adam
+ * Some hacks to get the FIFO communication work!! Isn't reliable.
+ * Resource gw.account added - default account info.
+ *
+ * Revision 1.28  1995/04/19  13:19:09  adam
  * New command: account - for authentication.
  *
  * Revision 1.27  1995/04/19  10:46:19  adam
@@ -126,6 +130,8 @@ int lgets (char *buf, int max, int fd)
        {
            if (r == -1)
                gw_log (GW_LOG_WARN|GW_LOG_ERRNO, KERNEL_LOG, "read fail");
+           else
+                gw_log (GW_LOG_WARN, KERNEL_LOG, "read eof");
            buf[no] = '\0';
            return 0;
        }