lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] Slight problem in ip_addr.c


From: Mountifield, Tony
Subject: [lwip-devel] Slight problem in ip_addr.c
Date: Thu, 29 Apr 2004 11:47:12 +0100

Leon,

Your slight change to ip_addr.c last night doesn't compile, due to a comment 
problem:

Index: src/core/ipv4/ip_addr.c
===================================================================
RCS file: /cvsroot/lwip/lwip/src/core/ipv4/ip_addr.c,v
retrieving revision 1.16
diff -u -w -r1.16 ip_addr.c
--- src/core/ipv4/ip_addr.c     28 Apr 2004 23:40:53 -0000      1.16
+++ src/core/ipv4/ip_addr.c     29 Apr 2004 10:43:44 -0000
@@ -54,7 +54,7 @@
     return 1;
   /* no broadcast support on this network interface? */
   else if ((netif->flags & NETIF_FLAG_BROADCAST) == 0)
-    /* the given address cannot be a broadcast address */
+    /* the given address cannot be a broadcast address
      * nor can we check against any broadcast addresses */
     return 0;
   /* address matches network interface address exactly? => no broadcast */


Cheers,
Tony
-- 
Tony Mountifield
Contractor @ Tandberg TV
Strategic Park, ext 3390
Tel: 023 8057 3390


***********************************************************************************
This email, its content and any attachments is PRIVATE AND
CONFIDENTIAL to TANDBERG Television. If received in error please
notify the sender and destroy the original message and attachments.

www.tandbergtv.com
***********************************************************************************





reply via email to

[Prev in Thread] Current Thread [Next in Thread]