Fix bug in parser that causes a crash with a bad option
authorJens Axboe <jens.axboe@oracle.com>
Wed, 19 Nov 2008 11:31:43 +0000 (12:31 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 19 Nov 2008 11:31:43 +0000 (12:31 +0100)
commit8cdabc1df71ec546d47ba4eb1190b8c7b6e62f9a
treec46e848981cb79d6afaf93a688300127a6b7ef36
parent860a8a6724f6660ee0e1232c3a980f0e1ef567ec
Fix bug in parser that causes a crash with a bad option

The priority sorting would crash if it failed to lookup both
of the passed in options.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
parse.c