Fix command line parsing bug
authorJens Axboe <jens.axboe@oracle.com>
Thu, 19 Apr 2007 07:53:28 +0000 (09:53 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 19 Apr 2007 07:53:28 +0000 (09:53 +0200)
commit3106f220e1710d7e53cb7bd0dbc7dac4584af463
tree76e20434beb3ff533845a04a9a433e7047264219
parent097b2991ace8e069dbfb0c2286d31da714247573
Fix command line parsing bug

The first parameters are for the global job, if no --name section
has been seen yet. We don't require a --name=global section to appear
first.

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