X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=command.c;h=a7e330c75588e5d7c0a7052d26209add9b3d0ac7;hb=73aebb78da7297053f41dba5b3f0cefb33ad248e;hp=6886ae9b71d442b1169ad05293ae67eeba0fc19e;hpb=32fce523b0891e60328211cc936f22a0e5c2942d;p=paraslash.git diff --git a/command.c b/command.c index 6886ae9b..a7e330c7 100644 --- a/command.c +++ b/command.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2007 Andre Noll + * Copyright (C) 1997-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -804,9 +804,9 @@ int handle_connect(int fd, const char *peername) goto out; } err_out: - send_va_buffer(fd, "%s\n", PARA_STRERROR(-ret)); + send_va_buffer(fd, "%s\n", para_strerror(-ret)); net_err: - PARA_NOTICE_LOG("%s\n", PARA_STRERROR(-ret)); + PARA_NOTICE_LOG("%s\n", para_strerror(-ret)); ret = EXIT_FAILURE; out: free(command);