This amends commit a6bb4545eb.
This commit is contained in:
Travis Cross 2012-06-07 20:12:04 +00:00
parent 49666cee8d
commit 9c463fdbdc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}