[Freeswitch-svn] [commit] r13494 - freeswitch/trunk/src/mod/endpoints/mod_sofia

FreeSWITCH SVN brian at freeswitch.org
Thu May 28 16:08:43 PDT 2009


Author: brian
Date: Thu May 28 18:08:43 2009
New Revision: 13494

Log:
 picky compilers 

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	Thu May 28 18:08:43 2009
@@ -1256,7 +1256,7 @@
 				} 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());
 				}
 			}



More information about the Freeswitch-svn mailing list