Two quick fixes for sending unicast I-Am - corrected name of handler, and added the destination copy.

This commit is contained in:
tbrennan3
2010-03-01 15:43:06 +00:00
parent cd33aa18e9
commit 9327994aef
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ extern "C" {
uint16_t service_len,
BACNET_ADDRESS * src);
void handler_who_is_whois(
void handler_who_is_unicast(
uint8_t * service_request,
uint16_t service_len,
BACNET_ADDRESS * src);