Przeglądaj źródła

ims_registrar_pcscf: Fix previous commit (copy&paste error)

Carsten Bock 11 lat temu
rodzic
commit
d202dac87d
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      modules/ims_registrar_pcscf/service_routes.c

+ 3 - 0
modules/ims_registrar_pcscf/service_routes.c

@@ -161,6 +161,9 @@ pcontact_t * getContactP(struct sip_msg* _m, udomain_t* _d) {
 	ppublic_t * p;
 	contact_body_t *b = 0;
 	contact_t *ct;
+	str received_host = {0, 0};
+	char srcip[50];	
+
 
 	if (_m->id != current_msg_id) {
 		current_msg_id = _m->id;