From: Adam Dickmeiss Date: Wed, 25 Jul 2007 13:20:46 +0000 (+0000) Subject: Removed sleep/test code which was commited by mistake X-Git-Tag: PAZPAR2.1.0.2~33 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=ba9748681316ba56b1b1e4860b2036751dea7ad1;p=pazpar2-moved-to-github.git Removed sleep/test code which was commited by mistake --- diff --git a/src/getaddrinfo.c b/src/getaddrinfo.c index 8d2252f..b52f6c5 100644 --- a/src/getaddrinfo.c +++ b/src/getaddrinfo.c @@ -1,4 +1,4 @@ -/* $Id: getaddrinfo.c,v 1.7 2007-07-25 11:41:32 adam Exp $ +/* $Id: getaddrinfo.c,v 1.8 2007-07-25 13:20:46 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -66,8 +66,6 @@ void perform_getaddrinfo(struct work *w) else port = "210"; - yaz_log(YLOG_LOG, "Resolving %s", w->hostport); - sleep(10); #if HAVE_GETADDRINFO hints.ai_flags = 0; hints.ai_family = PF_INET;