diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-09-28 14:41:40 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-09-28 14:45:57 +0200 |
commit | 69a0b8ecf5165e85781ccff281500a65bebcdab0 (patch) | |
tree | cf87cb74625dabb3518b6dc5953c9ea897dca53b | |
parent | 85339f60837413919bfe6e9566aa748124911a76 (diff) | |
download | weechat-69a0b8ecf5165e85781ccff281500a65bebcdab0.zip |
relay: add quotes in comment
-rw-r--r-- | src/plugins/relay/relay-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-server.c b/src/plugins/relay/relay-server.c index 6c6c07cf7..a75b623fd 100644 --- a/src/plugins/relay/relay-server.c +++ b/src/plugins/relay/relay-server.c @@ -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; } } |