X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstatserv.c;h=ef149ac983bda4b2a59886118e2736fdfef3ad1b;hb=4c176312acdc3444c9afc820f76a393e64668e52;hp=d183620c9f775e67f60037f536bfc8bc6c65f27a;hpb=66d6c2af06d2b293f183cfead975924e9da709c6;p=yaz-moved-to-github.git diff --git a/src/statserv.c b/src/statserv.c index d183620..ef149ac 100644 --- a/src/statserv.c +++ b/src/statserv.c @@ -1,11 +1,11 @@ /* - * Copyright (c) 1995-2004, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * * NT threaded server code by * Chas Woodfield, Fretwell Downing Informatics. * - * $Id: statserv.c,v 1.16 2005-01-03 09:18:36 adam Exp $ + * $Id: statserv.c,v 1.18 2005-01-15 19:47:14 adam Exp $ */ /** @@ -465,7 +465,6 @@ static void listener(IOCHAN h, int event) pthread_t child_thread; pthread_create (&child_thread, 0, new_session, new_line); pthread_detach (child_thread); - new_session(new_line); #elif YAZ_GNU_THREADS pth_attr_t attr; pth_t child_thread;