diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-12-01 13:22:46 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-12-01 13:22:46 -0800 |
commit | 36390f9712ac56be1dce7a635322bd96e15620c1 (patch) | |
tree | 6eac1e3c3ba27db5b2081f50794dcdf73d34c7b3 | |
parent | 0bf7bc5d2e0e3447568a18312733949ebbbbf8a6 (diff) | |
download | syslinux.git-36390f9712ac56be1dce7a635322bd96e15620c1.tar.gz syslinux.git-36390f9712ac56be1dce7a635322bd96e15620c1.tar.xz syslinux.git-36390f9712ac56be1dce7a635322bd96e15620c1.zip |
PXELINUX: local domain is option 15, not option 16syslinux-3.73-pre7
The local domain name is option 15, not option 16. Fix.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r-- | core/pxelinux.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pxelinux.asm b/core/pxelinux.asm index 43985828..aac1ec27 100644 --- a/core/pxelinux.asm +++ b/core/pxelinux.asm @@ -2477,7 +2477,7 @@ dopt_%2: mov [LastDNSServer],di ret - dopt 16, local_domain + dopt 15, local_domain mov bx,si add bx,ax xor ax,ax |