mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
fix typo
This amends commit a6bb4545ebf7ffc773e6bc7ab399a3863ca09246.
This commit is contained in:
parent
49666cee8d
commit
9c463fdbdc
@ -350,7 +350,7 @@ static void generate_m(private_object_t *tech_pvt, char *buf, size_t buflen,
|
||||
tech_pvt->local_sdp_audio_zrtp_hash);
|
||||
}
|
||||
|
||||
if (!zsttr(sr)) {
|
||||
if (!zstr(sr)) {
|
||||
switch_snprintf(buf + strlen(buf), buflen - strlen(buf), "a=%s\n", sr);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user