mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
add x_ssi which acts the same as x_pls
This commit is contained in:
parent
05908c38aa
commit
d6013245e4
@ -1118,7 +1118,8 @@ static int parse_url(struct oscon *con, int streamonly)
|
|||||||
break;
|
break;
|
||||||
p->set |= (1UL << PARAM_ISI);
|
p->set |= (1UL << PARAM_ISI);
|
||||||
dbgprintf(DEBUG_SYS, "x_isi=%d, ", p->param[PARAM_ISI]);
|
dbgprintf(DEBUG_SYS, "x_isi=%d, ", p->param[PARAM_ISI]);
|
||||||
} else if (!strncasecmp(url, "x_pls=", 6)) {
|
} else if (!strncasecmp(url, "x_pls=", 6) ||
|
||||||
|
!strncasecmp(url, "x_ssi=", 6)) {
|
||||||
url += 6;
|
url += 6;
|
||||||
p->param[PARAM_PLS] = strtoul(url, &end, 0);
|
p->param[PARAM_PLS] = strtoul(url, &end, 0);
|
||||||
if (end == url)
|
if (end == url)
|
||||||
|
Loading…
Reference in New Issue
Block a user