MODENDP-297

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16953 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2010-03-09 16:36:40 +00:00
parent 08339b2038
commit f31e90a61c

View File

@ -459,7 +459,7 @@ SWITCH_DECLARE(switch_status_t) switch_stun_lookup(char **ip,
switch_assert(err);
if (!strcmp(*err, "funny")) {
if (*err && !strcmp(*err, "funny")) {
funny = 1;
}