X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhttp_command.c;h=4d6c35504f47a87ab59c05ad7321835c24c7cf6e;hb=235995289021a11b33312c91a55ccfbca605348b;hp=223903dfdabf9e947863a7d080b3a1e231eaeaca;hpb=d591758eff900dfdbe1545e2d408dbb0f061be1c;p=pazpar2-moved-to-github.git diff --git a/src/http_command.c b/src/http_command.c index 223903d..4d6c355 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -1,5 +1,5 @@ /* - * $Id: http_command.c,v 1.28 2007-03-20 07:27:51 adam Exp $ + * $Id: http_command.c,v 1.29 2007-03-28 12:05:18 marc Exp $ */ #include @@ -53,7 +53,7 @@ struct http_session *http_session_create() r->timestamp = 0; r->next = session_list; session_list = r; - r->timeout_iochan = iochan_create(-1, session_timeout, 0); + r->timeout_iochan = iochan_create(-1, 0, session_timeout, 0); iochan_setdata(r->timeout_iochan, r); iochan_settimeout(r->timeout_iochan, global_parameters.session_timeout); r->timeout_iochan->next = channel_list;