X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fmain.c;fp=kernel%2Fmain.c;h=0f511c73f127317c22bd4e644e0fee43f7e65038;hb=06f969f8132e7aaa1c6bb559d4611416d4120b59;hp=4f4b0b74f0110f2be272fd7e071a55941d5c4a2f;hpb=6d44f69925b304aed150a18a557c8d853aaf8aa2;p=egate.git diff --git a/kernel/main.c b/kernel/main.c index 4f4b0b7..0f511c7 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -45,7 +45,10 @@ * Europagate, 1995 * * $Log: main.c,v $ - * Revision 1.25 1995/05/16 09:40:42 adam + * Revision 1.26 1995/05/18 12:03:08 adam + * Bug fixes and minor improvements. + * + * Revision 1.25 1995/05/16 09:40:42 adam * LICENSE. Setting of CCL token names (and/or/not/set) in read_kernel_res. * * Revision 1.24 1995/05/04 10:40:07 adam @@ -397,6 +400,7 @@ int main (int argc, char **argv) gw_log (GW_LOG_FATAL, KERNEL_LOG, "missing user id"); exit (1); } + gw_log_session (info.userid); break; default: gw_log (GW_LOG_FATAL, KERNEL_LOG, "unknown option %s", *argv);