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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user