summaryrefslogtreecommitdiffstats
path: root/src/interface
diff options
context:
space:
mode:
authorMichael Brown2006-03-16 18:40:55 +0100
committerMichael Brown2006-03-16 18:40:55 +0100
commit708bbc43bca286bb30f9376f346adf51e62f04c4 (patch)
treefe7b7062d60de9c58b5b6ce31db288d6223d7aee /src/interface
parentMerge from Etherboot 5.4 (diff)
parentImport from Etherboot 5.4 (diff)
downloadipxe-708bbc43bca286bb30f9376f346adf51e62f04c4.tar.gz
ipxe-708bbc43bca286bb30f9376f346adf51e62f04c4.tar.xz
ipxe-708bbc43bca286bb30f9376f346adf51e62f04c4.zip
Merge from Etherboot 5.4
Diffstat (limited to 'src/interface')
-rw-r--r--src/interface/pxe/pxe_preboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/pxe/pxe_preboot.c b/src/interface/pxe/pxe_preboot.c
index bed32042..f0e12bbb 100644
--- a/src/interface/pxe/pxe_preboot.c
+++ b/src/interface/pxe/pxe_preboot.c
@@ -99,7 +99,7 @@ PXENV_EXIT_t pxenv_get_cached_info ( struct s_PXENV_GET_CACHED_INFO
memcpy ( cached_info->bootfile, KERNEL_BUF,
sizeof(cached_info->bootfile) );
/* Copy DHCP vendor options */
- memcpy ( &cached_info->vendor.d, BOOTP_DATA_ADDR->bootp_reply.bp_vend,
+ memcpy ( &cached_info->vendor.d, bootp_data.bootp_reply.bp_vend,
sizeof(cached_info->vendor.d) );
/* Copy to user-specified buffer, or set pointer to our buffer */