Fix a merge fail

This commit is contained in:
nick
2012-07-24 09:21:40 +01:00
parent 53eca40fad
commit 2c0f86c018

View File

@@ -343,7 +343,7 @@ int control_mirror(struct control_client* client, int linesc, char** lines)
if (linesc > 3) {
connect_from = xmalloc( sizeof( union mysockaddr ) );
if (parse_ip_to_sockaddr(&connect_from->generic, lines[2]) == 0) {
if (parse_ip_to_sockaddr(&connect_from->generic, lines[3]) == 0) {
write_socket("1: bad bind address");
return -1;
}