diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/omfwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/omfwd.c b/tools/omfwd.c index 179e9614..a75f04c4 100644 --- a/tools/omfwd.c +++ b/tools/omfwd.c @@ -675,7 +675,7 @@ static rsRetVal doTryResume(instanceData *pData) pData->f_addr = res; pData->bIsConnected = 1; if(pData->pSockArray == NULL) { - pData->pSockArray = net.create_udp_socket((uchar*)pData->target, NULL, 0); + pData->pSockArray = net.create_udp_socket((uchar*)pData->target, NULL, 0, 0); } } else { CHKiRet(TCPSendInit((void*)pData)); |