X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=fee817b005f69c7325760238725700d04046a25e;hp=6886ae9b71d442b1169ad05293ae67eeba0fc19e;hb=9ae0041ae0dd073657862c4abdf3886a66035ee9;hpb=32fce523b0891e60328211cc936f22a0e5c2942d;ds=sidebyside diff --git a/command.c b/command.c index 6886ae9b..fee817b0 100644 --- a/command.c +++ b/command.c @@ -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);