summaryrefslogtreecommitdiff
path: root/net/partysip/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'net/partysip/patches/patch-ak')
-rw-r--r--net/partysip/patches/patch-ak13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/partysip/patches/patch-ak b/net/partysip/patches/patch-ak
new file mode 100644
index 00000000000..d8b2a2e460a
--- /dev/null
+++ b/net/partysip/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2007/10/06 00:00:03 joerg Exp $
+
+--- plugin/filter/filter.c.orig 2007-10-05 23:05:28.000000000 +0000
++++ plugin/filter/filter.c
+@@ -461,7 +461,7 @@ int cb_filter_search_location(psp_reques
+ }
+
+ i=0;
+- for (;!osip_list_eol(request->routes, i);i++)
++ for (;!osip_list_eol(&request->routes, i);i++)
+ {
+ osip_message_get_route (request, i, &route);
+ if (0 != psp_core_is_responsible_for_this_route(route->url))