matching call to timeEndPeriod and timeBeginPeriod
"You must match each call to timeBeginPeriod with a call to timeEndPeriod, specifying the same minimum resolution in both calls."
This commit is contained in:
parent
219670218b
commit
c90c1abd1f
|
@ -161,7 +161,7 @@ int ecx_setupnic(ecx_portt *port, const char *ifname, int secondary)
|
|||
*/
|
||||
int ecx_closenic(ecx_portt *port)
|
||||
{
|
||||
timeEndPeriod(15);
|
||||
timeEndPeriod(1);
|
||||
|
||||
if (port->sockhandle != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue