mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
Check for arg_vgid_lookup and arg_name_lookup not being NULL. Drop checking arg_vgid and arg_name for NULL since they are already dereference earlier - thus mostly must be NOT NULL. (If that would be possible larger rework of this function would be required).