Преглед изворни кода

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

Daniel-Constantin Mierla пре 9 година
родитељ
комит
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;