Use strict matching for --section command line option
authorJens Axboe <jens.axboe@oracle.com>
Thu, 5 Mar 2009 20:14:21 +0000 (21:14 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 5 Mar 2009 20:14:21 +0000 (21:14 +0100)
commitb36beb6e98d0785558a05b796dc216ecd4c49c62
tree2b82d430a24845af73dfe3514b0a68cb35ac6c3e
parent4e6ea2f1e9b7da6d7d1057670fcc19f063e46fd4
Use strict matching for --section command line option

Don't limit to string length of passed in section, otherwise we could
be matching more than one section.

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