]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorMathieu Rene <mrene@avgs.ca>
Wed, 8 Apr 2009 16:20:15 +0000 (16:20 +0000)
committerMathieu Rene <mrene@avgs.ca>
Wed, 8 Apr 2009 16:20:15 +0000 (16:20 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12951 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_glue.c

index 300bccd97d20ff3b145853c0ee0a35853c9004f2..dc80541e9ca8f761b133062183a6fa85bb2fed58 100644 (file)
@@ -2395,7 +2395,7 @@ void sofia_glue_set_r_sdp_codec_string(switch_channel_t *channel,const char *cod
        char *codec_order[SWITCH_MAX_CODECS];
        const switch_codec_implementation_t *codecs[SWITCH_MAX_CODECS] = { 0 };
 
-       if (codec_string) {
+       if (!switch_strlen_zero(codec_string)) {
                char *tmp_codec_string;
                if ((tmp_codec_string = strdup(codec_string))) {
                        num_codecs = switch_separate_string(tmp_codec_string, ',', codec_order, SWITCH_MAX_CODECS);