1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

relay: add quotes in comment

This commit is contained in:
Sébastien Helleu
2014-09-28 14:41:40 +02:00
parent 85339f6083
commit 69a0b8ecf5
+1 -1
View File
@@ -272,7 +272,7 @@ relay_server_sock_cb (void *data, int fd)
if (strncmp (ptr_ip_address, "::ffff:", 7) == 0)
{
/* actually an IPv4-mapped IPv6 address, so skip ::ffff: */
/* actually an IPv4-mapped IPv6 address, so skip "::ffff:" */
ptr_ip_address += 7;
}
}