1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: remove stack tracing for ok path

This commit is contained in:
Zdenek Kabelac 2017-11-10 13:41:45 +01:00
parent b9ac1c12d0
commit 1ac7fde67b

View File

@ -4337,7 +4337,7 @@ endvg:
/* Quit early when possible. */
if (!process_all_pvs && dm_list_empty(arg_tags) && dm_list_empty(arg_devices)) {
do_report_ret_code = 0;
goto_out;
goto out;
}
log_set_report_object_name_and_id(NULL, NULL);