- bugfixes when user has no internet and published not turned on, do not try to do UPNP.

This commit is contained in:
SoftCoder
2014-01-03 15:10:30 -08:00
parent 58faecb5d5
commit 9026ce161d
4 changed files with 93 additions and 35 deletions

View File

@@ -328,6 +328,7 @@ public:
static Mutex mutexUpnpdiscoverThread;
static SDL_Thread *upnpdiscoverThread;
static bool cancelUpnpdiscoverThread;
};
// =====================================================