start-stop-daemon: fix gcc 7 warnings
This commit is contained in:
parent
c7e8f1133a
commit
04721ece03
@ -386,6 +386,7 @@ int main(int argc, char **argv)
|
||||
case 'c': /* --chuid <username>|<uid> */
|
||||
/* DEPRECATED */
|
||||
ewarn("WARNING: -c/--chuid is deprecated and will be removed in the future, please use -u/--user instead");
|
||||
/* falls through */
|
||||
case 'u': /* --user <username>|<uid> */
|
||||
{
|
||||
p = optarg;
|
||||
|
Loading…
Reference in New Issue
Block a user