Fix unmounting devices

This commit is contained in:
Maschell 2020-11-26 23:32:30 +01:00
parent 090de0e2cc
commit 5a9aac7d22

View File

@ -44,7 +44,7 @@ WUPS_USE_WUT_CRT()
uint32_t hostIpAddress = 0;
int iosuhaxMount = 0;
int fsaFd = 0;
int fsaFd = -1;
BackgroundThread * thread = NULL;