fixed compile faill resulting from union member name change

This commit is contained in:
Jeff Hill
1996-01-18 20:54:56 +00:00
parent a650cd3ca2
commit d0766a4f38
+3 -3
View File
@@ -171,14 +171,14 @@ int rsrv_online_notify_task()
pNode = (caAddrNode *) beaconAddrList.node.next;
while(pNode){
msg.m_available =
pNode->srcAddr.inetAddr.sin_addr.s_addr;
pNode->srcAddr.in.sin_addr.s_addr;
status = sendto(
sock,
(char *)&msg,
sizeof(msg),
0,
&pNode->destAddr.sockAddr,
sizeof(pNode->destAddr.sockAddr));
&pNode->destAddr.sa,
sizeof(pNode->destAddr.sa));
if(status < 0){
logMsg( "%s: CA beacon error was \"%s\"\n",
(int) __FILE__,