Whamcloud - gitweb
uuidd: Add missing break to option case statement
authorEric Sandeen <sandeen@redhat.com>
Fri, 16 Sep 2011 20:49:24 +0000 (15:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 16 Sep 2011 22:43:05 +0000 (18:43 -0400)
commit6a1dfb3b62eda5e7eb671b9c879546addb616684
tree68cc123d0a40e571b5049165f96f2316e078b29d
parent9e30fb23ef85d6b2a58527048cc9208405a38299
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>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/uuidd.c