]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virt-aa-helper: Make getopt accept the p option
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 23 Jul 2010 16:41:42 +0000 (18:41 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 24 Jul 2010 15:15:11 +0000 (17:15 +0200)
commitd01340e796fd86328ed1ecb1788bdaa0b48c8743
treee6e15fe9ca9b0fcde703caf683a2b3cbaba6c9d5
parentadde0e2cf60f8ad558de40361d9306e5da8ca9ab
virt-aa-helper: Make getopt accept the p option

Commit 68719c4bddb85fbcc931a5b7d99ac7c8a0af09b0 added the
p option to control disk format probing, but it wasn't added
to the getopt_long optstring parameter.

Add the p option to the getopt_long optstring parameter.
src/security/virt-aa-helper.c