diff options
Diffstat (limited to 'src/test/test_socks.c')
-rw-r--r-- | src/test/test_socks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test_socks.c b/src/test/test_socks.c index 9aaa16e081..dea5f52b8b 100644 --- a/src/test/test_socks.c +++ b/src/test/test_socks.c @@ -392,7 +392,8 @@ test_socks_5_malformed_commands(void *ptr) /* XXX: Stringified address length > MAX_SOCKS_ADDR_LEN will never happen */ - /* SOCKS 5 Send CONNECT [01] to IP address 2.2.2.2:4369, with SafeSocks set */ + /** SOCKS 5 Send CONNECT [01] to IP address 2.2.2.2:4369, with SafeSocks set + */ ADD_DATA(buf, "\x05\x01\x00"); ADD_DATA(buf, "\x05\x01\x00\x01\x02\x02\x02\x02\x11\x11"); tt_int_op(fetch_from_buf_socks(buf, socks, get_options()->TestSocks, 1),==, |