summaryrefslogtreecommitdiff
path: root/pxelinux.asm
diff options
context:
space:
mode:
Diffstat (limited to 'pxelinux.asm')
-rw-r--r--pxelinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pxelinux.asm b/pxelinux.asm
index 7b8e19ee..cbba969a 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -1942,7 +1942,7 @@ ack_packet:
;
unload_pxe:
test byte [KeepPXE],01h ; Should we keep PXE around?
- je reset_pxe
+ jnz reset_pxe
mov si,new_api_unload
cmp byte [APIVer+1],2 ; Major API version >= 2?