1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

Fixed compiler warning

This commit is contained in:
Bryan Roe
2020-05-20 14:24:02 -07:00
parent 452b1201ce
commit 3c3a0075a6

View File

@@ -3004,7 +3004,6 @@ char *ILibChain_GetMetaDataFromDescriptorSetEx(void *chain, fd_set *inr, fd_set
fd_set errorset;
fd_set writeset;
fd_set emptyset; FD_ZERO(&emptyset);
struct timeval tv; tv.tv_sec = 0; tv.tv_usec = 0;
int selectTimeout = UPNP_MAX_WAIT * 1000;
int f;
while (node != NULL && (module = (ILibChain_Link*)ILibLinkedList_GetDataFromNode(node)) != NULL)