Changes to upnp interface to support miniupnpc-1.0

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@421 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-03-26 02:41:01 +00:00
parent 5d8e5d4905
commit 048e84630e
3 changed files with 5 additions and 4 deletions

View file

@ -132,7 +132,7 @@ bool upnphandler::initUPnPState()
/* allocate memory */
uPnPConfigData *upcd = new uPnPConfigData;
upcd->devlist = upnpDiscover(2000);
upcd->devlist = upnpDiscover(2000, NULL, NULL);
if(upcd->devlist)
{
struct UPNPDev * device;