]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo
authorTravis Cross <tc@traviscross.com>
Thu, 7 Jun 2012 20:12:04 +0000 (20:12 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 7 Jun 2012 20:12:04 +0000 (20:12 +0000)
This amends commit a6bb4545ebf7ffc773e6bc7ab399a3863ca09246.

src/mod/endpoints/mod_sofia/sofia_glue.c

index c0f4001da61b985d189dc7b4a3842d930970754d..3a215c35296b59f6c2cbcd32313283690bc7f763 100644 (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);
        }
 }