Parcourir la source

pua(k): use the outbound proxy on updates

- patch by Alex Hermann, SF#3035780
(cherry picked from commit f39cb1976978f0860d41a05ed181e45e14c88c58)
Daniel-Constantin Mierla il y a 15 ans
Parent
commit
33dcaf0869
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      modules_k/pua/pua.c

+ 1 - 1
modules_k/pua/pua.c

@@ -667,7 +667,7 @@ int update_pua(ua_pres_t* p, unsigned int hash_code)
 				p->pres_uri,					/* Request-URI */
 				p->pres_uri,					/* Request-URI */
 				p->pres_uri,					/* To */
 				p->pres_uri,					/* To */
 				p->pres_uri,					/* From */
 				p->pres_uri,					/* From */
-				0								/* Outbound proxy*/
+				&outbound_proxy					/* Outbound proxy*/
 				);
 				);
 		if(result< 0)
 		if(result< 0)
 		{
 		{