segfault
Brought to you by:
bstard
Hello
I'm running kma-0.4-test1.
Building and installing the software was no problem.
But when I ran program crashed even before it started
listening on port 8000.
I tracked i down to the begin_listen function in listen.c
The members of the t_dp500 dp500 stucture wasn't
initialized
so i did a
memset(dp500,0,sizeof(t_dp500));
in the begining of the init_dp500 function
now it works.
/Kronski