summaryrefslogtreecommitdiff
path: root/core/fs/pxe/idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/fs/pxe/idle.c')
-rw-r--r--core/fs/pxe/idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fs/pxe/idle.c b/core/fs/pxe/idle.c
index 0538b163..52a87c34 100644
--- a/core/fs/pxe/idle.c
+++ b/core/fs/pxe/idle.c
@@ -27,7 +27,7 @@ static int pxe_idle_poll(void)
memset(&read_buf, 0, sizeof read_buf);
read_buf.src_ip = 0; /* Any destination */
- read_buf.dest_ip = MyIP;
+ read_buf.dest_ip = IPInfo.myip;
read_buf.s_port = 0; /* Any source port */
read_buf.d_port = htons(9); /* Discard port (not used...) */
read_buf.buffer_size = sizeof junk_pkt;