$NetBSD$

--- plugin/udp/udp.c.orig	2007-10-05 23:03:41.000000000 +0000
+++ plugin/udp/udp.c
@@ -633,7 +633,7 @@ __osip_message_fix_last_via_header (osip
   if (MSG_IS_RESPONSE (request))
     return 0;			/* Don't fix Via header */
 
-  via = osip_list_get (request->vias, 0);
+  via = osip_list_get (&request->vias, 0);
   if (via == NULL || via->host == NULL)
     /* Hey, we could build it? */
     return -1;
