The gateway doesn't try to reconnect if it is already known that
[egate.git] / kernel / main.c
index 7468074..f1f1694 100644 (file)
  * Europagate, 1995
  *
  * $Log: main.c,v $
- * Revision 1.29  1995/07/28 10:51:08  adam
+ * Revision 1.30  1996/02/12 10:04:54  adam
+ * The gateway doesn't try to reconnect if it is already known that
+ * it will fail (connect_fail flag introduced).
+ *
+ * Revision 1.29  1995/07/28  10:51:08  adam
  * Bug fix: account from previous session had effect when new target command
  * was executed.
  *
@@ -285,6 +289,7 @@ int main (int argc, char **argv)
     info.database = NULL;
     info.setno = -1;
     info.userid = -1;
+    info.connect_failed = 0;
 #if USE_FML
     info.fml = NULL;
 #endif