From 6f3e563f8bccc5b2987e7e3a007d23b0b80c0433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 12 May 2019 22:57:25 +0200 Subject: [PATCH] relay: fix comment --- src/plugins/relay/relay-server.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/relay/relay-server.h b/src/plugins/relay/relay-server.h index 33294812c..a59d8bd27 100644 --- a/src/plugins/relay/relay-server.h +++ b/src/plugins/relay/relay-server.h @@ -33,9 +33,9 @@ struct t_relay_server /* example: server for irc protocol */ int port; /* listening on this port */ /* or UNIX socket, if negative. */ - char *path; /* listening on this path (UNIX) */ + char *path; /* listening on this path (UNIX), */ /* contains string representation of */ - /* port if IP */ + /* port if IP */ int ipv4; /* IPv4 protocol enabled */ int ipv6; /* IPv6 protocol enabled */ int ssl; /* 1 if SSL is enabled */