fix- aopenUDP not returning socket

This commit is contained in:
Chris Teubert
2015-04-23 10:08:05 -07:00
parent 795e284ab2
commit 368c3bed20

View File

@@ -68,7 +68,7 @@ void printError(char *functionName, char *format, ...)
/*****************************************************************************/
XPCSocket aopenUDP(const char *xpIP, unsigned short xpPort)
{
openUDP(xpIP, xpPort, 0);
return openUDP(xpIP, xpPort, 0);
}
XPCSocket openUDP(const char *xpIP, unsigned short xpPort, unsigned short port)