summaryrefslogtreecommitdiff
blob: c8184144a59763a31c1cc0b46661b9f1724fe541 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- dhcp_probe-1.3.0/src/configfile.c.orig	2009-03-09 21:17:47.000000000 +0100
+++ dhcp_probe-1.3.0/src/configfile.c	2009-11-19 18:17:03.000000000 +0100
@@ -55,7 +55,7 @@
 
 /* parallel arrays of "lease networks of concern" (address & mask), and number of elems in arrays.
    We also precompute a parallel array of 'addr & mask' to save computing these repeatedly later.
-/* If a response already identified as being from a rogue DHCP server contains a yiaddr field field
+   If a response already identified as being from a rogue DHCP server contains a yiaddr field field
    that falls into one of these networks, it is reported as a matter of special concern.
 */
 struct in_addr lease_networks_of_concern_addr[MAX_LEASE_NETWORKS_OF_CONCERN];