From 69a0b8ecf5165e85781ccff281500a65bebcdab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 28 Sep 2014 14:41:40 +0200 Subject: [PATCH] relay: add quotes in comment --- src/plugins/relay/relay-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }