Skip to content

Commit 8906310

Browse files
committedApr 24, 2011
Actually start UPnP thread.
Closes #2631.
1 parent ca6f884 commit 8906310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/netplay/netplay.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,7 @@ void NETremRedirects(void)
10151015
void NETdiscoverUPnPDevices(void)
10161016
{
10171017
upnpdiscover = wzThreadCreate(&upnp_init, NULL);
1018+
wzThreadStart(upnpdiscover);
10181019
}
10191020

10201021
// ////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)