Skip to content

Commit e633d2d

Browse files
committed
MT#55283 fix alphabet order booboo
Fallout from c95ec2b Change-Id: Ib9d03d74d9db7f8c30104bf30daf57cfb6d22cc7 (cherry picked from commit 14a1d2e)
1 parent 4bd01d1 commit e633d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/call_interfaces.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,6 +1484,7 @@ void call_ng_main_flags(sdp_ng_flags *out, str *key, bencode_item_t *value,
14841484
}
14851485
break;
14861486
case CSH_LOOKUP("audio-player"):
1487+
case CSH_LOOKUP("player"):
14871488
switch (__csh_lookup(&s)) {
14881489
case CSH_LOOKUP("default"):
14891490
out->audio_player = AP_DEFAULT;
@@ -1810,7 +1811,6 @@ void call_ng_main_flags(sdp_ng_flags *out, str *key, bencode_item_t *value,
18101811
case CSH_LOOKUP("pause"):
18111812
out->pause = bencode_get_integer_str(value, out->pause);
18121813
break;
1813-
case CSH_LOOKUP("player"):
18141814
case CSH_LOOKUP("ptime"):
18151815
if (out->opmode == OP_OFFER)
18161816
out->ptime = bencode_get_integer_str(value, 0);

0 commit comments

Comments
 (0)