- remove inline to functions that break the symbol linking
@@ -61,6 +61,7 @@ int diameter_is_user_in(struct sip_msg* _msg, char* group, char* _s2);
char* diameter_client_host = "localhost";
int diameter_client_port = 3000;
int use_domain = 0;
+int sockfd = -1;
rd_buf_t *rb;
@@ -37,7 +37,7 @@
* All this default values (for flags and data-type) are correct/set by this
* function.
*/
-inline void set_avp_fields( AAA_AVPCode code, AAA_AVP *avp)
+void set_avp_fields( AAA_AVPCode code, AAA_AVP *avp)
{
switch (code) {
case 1: /*AVP_User_Name*/