Update NEWS to reflect version 1.0.7.
[pazpar2-moved-to-github.git] / src / getaddrinfo.c
index 8d2252f..0e9a96a 100644 (file)
@@ -1,7 +1,5 @@
-/* $Id: getaddrinfo.c,v 1.7 2007-07-25 11:41:32 adam Exp $
-   Copyright (c) 2006-2007, Index Data.
-
-This file is part of Pazpar2.
+/* This file is part of Pazpar2.
+   Copyright (C) 2006-2008 Index Data
 
 Pazpar2 is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -14,13 +12,13 @@ FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 for more details.
 
 You should have received a copy of the GNU General Public License
-along with Pazpar2; see the file LICENSE.  If not, write to the
-Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
- */
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+*/
 
 #if HAVE_CONFIG_H
-#include "cconfig.h"
+#include <config.h>
 #endif
 
 #include "sel_thread.h"
@@ -66,8 +64,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;