summaryrefslogtreecommitdiff
path: root/svr-agentfwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-agentfwd.c')
-rw-r--r--svr-agentfwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-agentfwd.c b/svr-agentfwd.c
index 60c23f7..5127158 100644
--- a/svr-agentfwd.c
+++ b/svr-agentfwd.c
@@ -101,7 +101,7 @@ static void agentaccept(struct Listener *UNUSED(listener), int sock) {
fd = accept(sock, NULL, NULL);
if (fd < 0) {
- TRACE(("accept failed"));
+ TRACE(("accept failed"))
return;
}