X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcomstack.c;h=8070c3644a94afe3609e98b4fda0a0d949b53e2c;hp=40d7d4d76f995c299025207579ae53970e5a56a8;hb=69758252fce6231073cb288a4f5bbf8f7febc249;hpb=c58035e31f65574542f72955007b1935c3669186 diff --git a/src/comstack.c b/src/comstack.c index 40d7d4d..8070c36 100644 --- a/src/comstack.c +++ b/src/comstack.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: comstack.c,v 1.8 2004-04-29 08:55:17 adam Exp $ + * $Id: comstack.c,v 1.9 2004-04-29 21:19:23 adam Exp $ */ #include @@ -121,7 +121,6 @@ COMSTACK cs_create_host(const char *type_and_host, int blocking, void **vp) { t = tcpip_type; host = type_and_host; - } cs = cs_create (t, blocking, proto); if (!cs)