From: Travis Cross Date: Thu, 7 Jun 2012 20:12:04 +0000 (+0000) Subject: fix typo X-Git-Tag: v1.2.0~290^2~9^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c463fdbdc7ceac84d7fc28cfcebeb4c15e87c14;p=thirdparty%2Ffreeswitch.git fix typo This amends commit a6bb4545ebf7ffc773e6bc7ab399a3863ca09246. --- diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index c0f4001da6..3a215c3529 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -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); } }