commit | 28703015ab71784f40bc97f720ed900e26bd03ca | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Dec 19 20:32:02 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Dec 19 20:32:02 2006 +0000 |
tree | ff0f9a21d1822c9a2f35819db4156d9555f56116 | |
parent | f58906b6463436f6a19f72d43c3ab4ba69d79104 [diff] [blame] |
u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far)
diff --git a/networking/udhcp/dhcprelay.c b/networking/udhcp/dhcprelay.c index 0527394..a3ea327 100644 --- a/networking/udhcp/dhcprelay.c +++ b/networking/udhcp/dhcprelay.c
@@ -103,7 +103,7 @@ */ static int get_dhcp_packet_type(struct dhcpMessage *p) { - u_char *op; + uint8_t *op; /* it must be either a BOOTREQUEST or a BOOTREPLY */ if (p->op != BOOTREQUEST && p->op != BOOTREPLY)