aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-12 05:05:03 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-12 05:05:03 +0000
commit41ef05a6e559a10134967e8a899aab78c556b645 (patch)
tree6214c29f21f45d4245f498d0e0306ef98264dfe4 /Projects/Webserver/Lib/uip
parenta71820b259577c3cb0efd6c04b5168551a16a6e1 (diff)
downloadlufa-41ef05a6e559a10134967e8a899aab78c556b645.tar.gz
lufa-41ef05a6e559a10134967e8a899aab78c556b645.tar.bz2
lufa-41ef05a6e559a10134967e8a899aab78c556b645.zip
Fix DHCPClient init code in the Webserver project writing to the incorrect application state location (thanks to Mike Alexander).
Diffstat (limited to 'Projects/Webserver/Lib/uip')
-rw-r--r--Projects/Webserver/Lib/uip/uipopt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Projects/Webserver/Lib/uip/uipopt.h b/Projects/Webserver/Lib/uip/uipopt.h
index c8d0cd202..8a09c7248 100644
--- a/Projects/Webserver/Lib/uip/uipopt.h
+++ b/Projects/Webserver/Lib/uip/uipopt.h
@@ -717,7 +717,6 @@ typedef union
struct
{
uint8_t CurrentState;
- struct uip_udp_conn* Connection;
struct
{