1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

relay: fix comment

This commit is contained in:
Sébastien Helleu
2019-05-12 22:57:25 +02:00
parent 4d156ed8d7
commit 6f3e563f8b
+2 -2
View File
@@ -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 */