Further merge fail fix
The reversal of the control protocol lines for the mirror command wasn't complete.
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user