summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2002-06-14 23:45:36 +0000
committerhpa <hpa>2002-06-14 23:45:36 +0000
commit40a118f9cce6499a2df85267681cc0cbc1673720 (patch)
tree0a5c0e6e4a729f1cdf79b8d7ad833f39b07ab080
parent09cc5612538a5c38bdec83c741f7ef15b756c7cb (diff)
downloadsyslinux-1.75-pre8.tar.gz
Errr... get the right polarity on the KeepPXE test...syslinux-1.75-pre8
-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?