diff options
| author | hpa <hpa> | 2002-06-15 05:24:25 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2002-06-15 05:24:25 +0000 |
| commit | 172f1e3aae1ce8848ad4bb9574d1837d75b67ff5 (patch) | |
| tree | ee31d6aeb3b33e3ae2b229feaa432edac9ec709e /bootsect.inc | |
| parent | 7cc2b27d059d8e06f0216c002868654f5f4a2acc (diff) | |
| download | syslinux-2.00-pre4.tar.gz | |
Merge in changes from SYSLINUX 1.75syslinux-2.00-pre4
Diffstat (limited to 'bootsect.inc')
| -rw-r--r-- | bootsect.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bootsect.inc b/bootsect.inc index 7d32ba8c..d3e50fc9 100644 --- a/bootsect.inc +++ b/bootsect.inc @@ -80,9 +80,7 @@ load_bootsec: %elif IS_PXELINUX ; Close the UDP stack so the PXE stack is in a known state for ; the new NBP - mov di,pxe_udp_close_pkt - mov bx,PXENV_UDP_CLOSE - call far [PXENVEntry] + call reset_pxe %endif pop ecx ; Byte count to copy |
