core:PXELINUX: fix the OACK option parsing bug.
authorLiu Aleaxander <Aleaxander@gmail.com>
Sat, 8 Aug 2009 08:05:08 +0000 (16:05 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Sat, 8 Aug 2009 08:05:08 +0000 (16:05 +0800)
commitf7e36b4de4387f8662dbb88b550915a021e8f99b
treea3360d2abed71ae01654c5c80788f76a69a2cf96
parent608df81932797cb5725d03699fa2a5a3e21bd44d
core:PXELINUX: fix the OACK option parsing bug.

the current code can just handle one option beacuse I put the do-while loop in the wrong position.
core/pxe.c