aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/RNDISEthernet/ProtocolDecoders.c
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/RNDISEthernet/ProtocolDecoders.c')
-rw-r--r--Demos/Device/RNDISEthernet/ProtocolDecoders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/RNDISEthernet/ProtocolDecoders.c b/Demos/Device/RNDISEthernet/ProtocolDecoders.c
index db5da3c81..add0333f2 100644
--- a/Demos/Device/RNDISEthernet/ProtocolDecoders.c
+++ b/Demos/Device/RNDISEthernet/ProtocolDecoders.c
@@ -273,7 +273,7 @@ void DecodeDHCPHeader(void* InDataStart)
}
}
- DHCPOptionsINStart += ((DHCPOptionsINStart[0] == DHCP_OPTION_PAD) ? 1 : (DHCPOptionsINStart[1] + 2));
+ DHCPOptions += ((DHCPOptions[0] == DHCP_OPTION_PAD) ? 1 : (DHCPOptions[1] + 2));
}
#endif