X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=http_send.c;h=685ad45dd1d311062ca08d0a9094130e28088b41;hb=5d581fbd46a6d1949bfd876aec63041dc6724eb0;hp=28e245eae13ac6b7ce8e0a5f162ab88be52b5a60;hpb=78200714a07173565ecff4adc8d12b87895017f3;p=paraslash.git diff --git a/http_send.c b/http_send.c index 28e245ea..685ad45d 100644 --- a/http_send.c +++ b/http_send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2007 Andre Noll + * Copyright (C) 2005-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -364,7 +364,7 @@ static int open_tcp_port(int port) } ret = mark_fd_nonblocking(server_fd); if (ret < 0) { - PARA_EMERG_LOG("%s\n", PARA_STRERROR(-ret)); + PARA_EMERG_LOG("%s\n", para_strerror(-ret)); exit(EXIT_FAILURE); } self->status = SENDER_ON;