Further merge fail fix

The reversal of the control protocol lines for the mirror command wasn't
complete.
This commit is contained in:
Alex Young
2012-07-24 14:19:53 +01:00
parent 2c0f86c018
commit b1a4db2727

View File

@@ -350,7 +350,7 @@ int control_mirror(struct control_client* client, int linesc, char** lines)
}
if (linesc > 4) {
max_Bps = atoi(lines[2]);
max_Bps = atoi(lines[4]);
}