projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cosmetics.
[paraslash.git]
/
command.c
diff --git
a/command.c
b/command.c
index
6886ae9
..
fee817b
100644
(file)
--- a/
command.c
+++ b/
command.c
@@
-804,9
+804,9
@@
int handle_connect(int fd, const char *peername)
goto out;
}
err_out:
goto out;
}
err_out:
- send_va_buffer(fd, "%s\n",
PARA_STRERROR
(-ret));
+ send_va_buffer(fd, "%s\n",
para_strerror
(-ret));
net_err:
net_err:
- PARA_NOTICE_LOG("%s\n",
PARA_STRERROR
(-ret));
+ PARA_NOTICE_LOG("%s\n",
para_strerror
(-ret));
ret = EXIT_FAILURE;
out:
free(command);
ret = EXIT_FAILURE;
out:
free(command);