浏览代码

modules/topos: fix warning: comparison between pointer and integer [enabled by default]

(cherry picked from commit b4d1206fd50bb61d1ad9ff4ed500157105b140b6)
Ovidiu Sas 9 年之前
父节点
当前提交
3ef987c323
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/topos/tps_msg.c

+ 1 - 1
modules/topos/tps_msg.c

@@ -382,7 +382,7 @@ int tps_pack_request(sip_msg_t *msg, tps_data_t *ptsd)
 				ptsd->bs_contact.s = ptsd->cp;
 				ptsd->bs_contact.len = rr->nameaddr.uri.len;
 				if(strnstr(ptsd->bs_contact.s, ";r2=on",
-							ptsd->bs_contact.len)==NULL) {
+							ptsd->bs_contact.len)==0) {
 					LM_DBG("single record routing by proxy\n");
 					ptsd->as_contact.s = ptsd->cp;
 					ptsd->as_contact.len = rr->nameaddr.uri.len;