]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 23 Jun 2012 11:18:09 +0000 (06:18 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 23 Jun 2012 11:18:09 +0000 (06:18 -0500)
src/mod/endpoints/mod_dingaling/mod_dingaling.c

index 6bf84be1f29625b720461e30c4223990a73a80c0..6136ed47cec0ffb4b2239bbe853bd30985a04a57 100644 (file)
@@ -3548,7 +3548,7 @@ static switch_status_t parse_candidates(ldl_session_t *dlsession, switch_core_se
 
                        // 192.0.0.0 - 192.0.127.255 is marked as reserved, should we filter all of them?
                        if (!strcasecmp(candidates[x].protocol, "udp") &&
-                               (!strcasecmp(candidates[x].type, "local") || !strcasecmp(candidates[x].type, "stun") || !strcasecmp(candidates[x].type, "drelay")) &&
+                               (!strcasecmp(candidates[x].type, "local") || !strcasecmp(candidates[x].type, "stun") || !strcasecmp(candidates[x].type, "relay")) &&
                                ((tech_pvt->profile->lanaddr &&
                                  lanaddr) || (strncasecmp(candidates[x].address, "10.", 3) &&
                                                           strncasecmp(candidates[x].address, "192.168.", 8) &&