X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=kernel%2Fmain.c;h=f1f1694fefb88a82df69c0d0ce0e84d1604303ef;hb=4938d0c2e8f4e1eec397c2bfbbc7e23fd150c369;hp=7468074f7683593e05276989d5876d635c6da497;hpb=e3a232b0ef0f07d6bd259bc5f031e1fa9cf1a756;p=egate.git diff --git a/kernel/main.c b/kernel/main.c index 7468074..f1f1694 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -45,7 +45,11 @@ * 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