瀏覽代碼

alias_db: remove inline to function provided as parameter to another one

Daniel-Constantin Mierla 8 年之前
父節點
當前提交
45e94dca8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/alias_db/alookup.c

+ 1 - 1
modules/alias_db/alookup.c

@@ -246,7 +246,7 @@ int alias_db_lookup(struct sip_msg* _msg, str table)
 	return alias_db_lookup_ex(_msg, table, flags);
 }
 
-inline int set_alias_to_pvar(struct sip_msg* _msg, str *alias, int no, void *p)
+int set_alias_to_pvar(struct sip_msg* _msg, str *alias, int no, void *p)
 {
 	pv_value_t val;
 	pv_spec_t *pvs=(pv_spec_t*)p;