updated the linux data link layers for changed apdu that passes npdu.
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@ int bip_send_pdu(BACNET_ADDRESS * dest, /* destination address */
|
||||
uint8_t mtu[MAX_MPDU] = { 0 };
|
||||
int mtu_len = 0;
|
||||
int bytes_sent = 0;
|
||||
BACNET_ADDRESS src;
|
||||
BACNET_ADDRESS src = { 0 };
|
||||
|
||||
/* assumes that the driver has already been initialized */
|
||||
if (BIP_Socket < 0)
|
||||
|
||||
Reference in New Issue
Block a user