procd: shift arguments for askfirst only once
authorMichael Heimpold <mhei@heimpold.de>
Tue, 1 Jan 2019 23:44:56 +0000 (00:44 +0100)
committerJohn Crispin <john@phrozen.org>
Sun, 27 Oct 2019 13:21:14 +0000 (14:21 +0100)
commit3e39fe539490e618e068358a68028fa33bf9e247
tree5951ef3bf1f1a44974c24e0d4a3ad19469eb601d
parent5d6282906baf52258c080872fdc53a311ff5db88
procd: shift arguments for askfirst only once

In case we want to process an inittab item multiple times (e.g. in case
of hotplugging) we must not shift the arguments for askfirst multiple
times. So check whether we already did it.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
inittab.c