X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhttp.c;h=189cbe357cb3c0ccccedf02f15e5decb8be0ebdb;hb=b660a23f733b863332748bb2705f0050f58566e4;hp=f4aa55d0925af6ce81af5244b8fb3ba51b61b62a;hpb=9f15a2646ae6c666ac16c2d779afc3ee205df069;p=pazpar2-moved-to-github.git diff --git a/src/http.c b/src/http.c index f4aa55d..189cbe3 100644 --- a/src/http.c +++ b/src/http.c @@ -1,4 +1,4 @@ -/* $Id: http.c,v 1.28 2007-04-19 16:07:20 adam Exp $ +/* $Id: http.c,v 1.30 2007-04-23 08:56:52 marc Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -1003,8 +1003,7 @@ void http_init(const char *addr) strncpy(hostname, addr, len); hostname[len] = '\0'; - if (!(he = gethostbyname(hostname))) - { + if (!(he = gethostbyname(hostname))){ yaz_log(YLOG_FATAL, "Unable to resolve '%s'", hostname); exit(1); }