picky compilers

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13494 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-05-28 23:08:43 +00:00
parent 8a655d2a03
commit 2303c82588
1 changed files with 1 additions and 1 deletions

View File

@ -1256,7 +1256,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
} else {
snprintf(message, sizeof(message), "P-Asserted-Identity: \"%s\" <%s>", msg->string_arg, tech_pvt->caller_profile->destination_number);
nua_update(tech_pvt->nh,
TAG_IF(!switch_strlen_zero(message), SIPTAG_HEADER_STR(message)),
SIPTAG_HEADER_STR(message),
TAG_END());
}
}