]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uclampset: Fix left over optind++
authorQais Yousef <qais.yousef@arm.com>
Mon, 7 Jun 2021 16:11:11 +0000 (17:11 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Jun 2021 13:56:00 +0000 (15:56 +0200)
commit6da826a521e2bfec5f239ea9229a0e707583271c
tree966d1a7f9caa8f7e91802d1ee20266eed3b7ceca
parent63e523a151b1cdb135bee9edd402de6d294922f9
uclampset: Fix left over optind++

The code was changed to use ':' in getopt_long() but these were left
over by mistake causing weird random errors when using these options
depending on the order they were fed.

Signed-off-by: Qais Yousef <qais.yousef@arm.com>
schedutils/uclampset.c