mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
The first parameter needs to be present even if it isn't being used, otherwise the one any only parameter we get is null which causes PyArg_ParseTuple to seg. fault. Signed-off-by: Tony Asleson <tasleson@redhat.com>