Minor hacks really.
[egate.git] / util / gip.c
index b67a856..488d539 100644 (file)
@@ -2,7 +2,10 @@
  * Europagate, 1995
  *
  * $Log: gip.c,v $
- * Revision 1.2  1995/03/27 12:52:18  adam
+ * Revision 1.3  1995/04/20 15:12:42  adam
+ * Minor hacks really.
+ *
+ * Revision 1.2  1995/03/27  12:52:18  adam
  * A little more verbose in marc dump.
  *
  * Revision 1.1  1995/03/27  08:24:58  adam
@@ -37,6 +40,7 @@ GIP gip_initialize (const char *name)
     strcpy (gip->name, name);
     gip->ret = mknod (gip->name, S_IFIFO|0666, 0);
     gip->errno = errno;
+    gip->rfd = gip->wfd = -1;
     return gip;
 }