Undefined error print since this case is very common for the client applications.

This commit is contained in:
skarg
2011-10-05 14:31:09 +00:00
parent 3641e7b40c
commit 551637d6af
+1 -1
View File
@@ -291,7 +291,7 @@ uint16_t bip_receive(
if ((sin.sin_addr.s_addr == BIP_Address.s_addr) &&
(sin.sin_port == BIP_Port)) {
pdu_len = 0;
#if PRINT_ENABLED
#if 0
fprintf(stderr, "BIP: src is me. Discarded!\n");
#endif
} else {