Merge pull request #533 from yschmid-levi/fix-win32-timeperiod

matching call to timeEndPeriod and timeBeginPeriod
This commit is contained in:
ArthurKetels 2022-01-13 22:58:03 +01:00 committed by GitHub
commit 9b6ebd6e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ int ecx_setupnic(ecx_portt *port, const char *ifname, int secondary)
*/ */
int ecx_closenic(ecx_portt *port) int ecx_closenic(ecx_portt *port)
{ {
timeEndPeriod(15); timeEndPeriod(1);
if (port->sockhandle != NULL) if (port->sockhandle != NULL)
{ {