$OpenBSD: patch-src_utils_net_upnp_stubs_c,v 1.5 2014/02/03 13:30:52 dcoppa Exp $

Unbreak with miniupnpc>=1.9

--- src/utils/net/upnp_stubs.c.orig	Mon Feb  3 12:51:30 2014
+++ src/utils/net/upnp_stubs.c	Mon Feb  3 12:52:45 2014
@@ -680,7 +680,7 @@ upnpPulse( ml_upnpmp_t * map )
         snprintf( type, sizeof( type ), "%s", ( map->isTcp ? "TCP" : "UDP" ) );
         i = UPNP_GetSpecificPortMappingEntry( map->upnpUrls.controlURL,
                                               map->upnpData.first.servicetype, portStr,
-                                              type, intClient, intPort, NULL, NULL, NULL );
+                                              type, NULL, intClient, intPort, NULL, NULL, NULL );
         if( i != UPNPCOMMAND_SUCCESS )
         {
             dbg_printf( "Port %d isn't forwarded\n", map->extPort );
