Bug fix: account from previous session had effect when new target command
[egate.git] / kernel / main.c
index 5c73fff..7468074 100644 (file)
  * Europagate, 1995
  *
  * $Log: main.c,v $
- * Revision 1.28  1995/07/03 08:20:15  adam
+ * Revision 1.29  1995/07/28 10:51:08  adam
+ * Bug fix: account from previous session had effect when new target command
+ * was executed.
+ *
+ * Revision 1.28  1995/07/03  08:20:15  adam
  * More help information and better diagnostics.
  *
  * Revision 1.27  1995/05/19  13:25:59  adam
@@ -271,6 +275,7 @@ int main (int argc, char **argv)
     info.override_res = NULL;
     *info.target = 0;
     *info.account = 0;
+    info.account_in_session = 1;
     info.lang = NULL;
     info.bibset = NULL;
     info.zass = NULL;
@@ -613,6 +618,7 @@ void read_kernel_res (void)
                  sizeof(info.hostname)-1);
         info.port = gw_res_int (info.kernel_res, "gw.portno", 210);
         strcpy (info.account, gw_res_get (info.kernel_res, "gw.account", ""));
+       info.account_in_session = 0;
     }
     /* set info.databases (all available databases for target) */
     /* set info.database (first database for target) */