summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/libsa/pxe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/stand/libsa/pxe.c')
-rw-r--r--sys/arch/amd64/stand/libsa/pxe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/libsa/pxe.c b/sys/arch/amd64/stand/libsa/pxe.c
index ef94619e2ad..c11b3a00086 100644
--- a/sys/arch/amd64/stand/libsa/pxe.c
+++ b/sys/arch/amd64/stand/libsa/pxe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pxe.c,v 1.2 2005/03/13 22:21:26 tom Exp $ */
+/* $OpenBSD: pxe.c,v 1.3 2005/03/13 22:31:49 tom Exp $ */
/* $NetBSD: pxe.c,v 1.5 2003/03/11 18:29:00 drochner Exp $ */
/*
@@ -399,7 +399,7 @@ pxe_init(int quiet)
}
}
- if (pxe != NULL) {
+ if (pxenv == NULL) {
pxe_call = pxecall_bangpxe;
bangpxe_off = pxe->EntryPointSP.offset;
bangpxe_seg = pxe->EntryPointSP.segment;