]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uuidd: Add missing break to option case statement
authorEric Sandeen <sandeen@redhat.com>
Sat, 17 Sep 2011 00:53:50 +0000 (19:53 -0500)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Oct 2011 12:22:27 +0000 (14:22 +0200)
commit529278e6f4b71510f013e95b7af70409108d5bbd
tree6418468bda1d9a0030244d8528393b0a85d67396
parent963da7c27e1baec74605ac64f7d9890ef4d27cb6
uuidd: Add missing break to option case statement

Specifying the "-n" option to uuidd would incorrectly
fall through to the "-p" case, and assign that number to
the pidfile_path.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
misc-utils/uuidd.c