picky compilers

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

View File

@ -5070,7 +5070,7 @@ static void sofia_info_send_sipfrag(switch_core_session_t *aleg, switch_core_ses
snprintf(message, sizeof(message), "P-Asserted-Identity: \"%s\" <%s>", acp->caller_id_name, acp->caller_id_number);
}
nua_update(b_tech_pvt->nh,
TAG_IF(!switch_strlen_zero(message), SIPTAG_HEADER_STR(message)),
SIPTAG_HEADER_STR(message),
TAG_END());
}
}