X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2.c;h=31cf43157f6c0e8fc04e35156039c6ad44a36eab;hb=eee51a2aad552b76fc37817065d9beeb57a196c2;hp=1a8fdfaa824de8eeb4a701e5a6494991404317bb;hpb=d591758eff900dfdbe1545e2d408dbb0f061be1c;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2.c b/src/pazpar2.c index 1a8fdfa..31cf431 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -1,4 +1,4 @@ -/* $Id: pazpar2.c,v 1.55 2007-03-28 04:33:41 quinn Exp $ */ +/* $Id: pazpar2.c,v 1.56 2007-03-28 12:05:18 marc Exp $ */ #include #include @@ -1020,7 +1020,7 @@ static struct connection *connection_create(struct client *cl) cl->connection = new; new->link = link; - new->iochan = iochan_create(cs_fileno(link), handler, 0); + new->iochan = iochan_create(cs_fileno(link), 0, handler, 0); iochan_setdata(new->iochan, new); new->iochan->next = channel_list; channel_list = new->iochan;