Opened 10 years ago

Closed 10 years ago

#2571 closed defect (duplicate)

Uses old miniupnp API

Reported by: Anthony J. Bentley Owned by:
Priority: Should Have Milestone:
Component: Core engine Keywords:
Cc: Patch:

Description

../../../source/network/NetServer.cpp: In static member function 'static void* $NetServerWorker::SetupUPnP(void*)':
../../../source/network/NetServer.cpp:279:36: error: too few arguments to function 'int UPNP_GetSpecificPortMappingEntry(const char*, const char*, const char*, const char*, const char*, char*, char*, char*, char*, char*)'
           NULL/*enabled*/, duration);
                                    ^

This change was made to the miniupnp API in January, and is already in a released version (miniupnpc-1.9):

https://github.com/miniupnp/miniupnp/commit/28cab3e219301bb3da3bba4317fc64b4b8ec451b

Change History (2)

comment:1 by Anthony J. Bentley, 10 years ago

Sorry, this is a duplicate of #2552.

comment:2 by sanderd17, 10 years ago

Milestone: Alpha 17
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.