unsused.c revision 176857119a77aad650412d9fedb568da4b543e07
static int
return 0;
goto delout;
if (!dm_task_run(dmt))
goto delout;
return 1;
}
{
int r = 0;
char *target_type = NULL;
char *params;
return 0;
goto out;
if (!dm_task_run(dmt))
goto out;
do {
&target_type, ¶ms);
if (target_type) {
}
} while (next);
r = 1;
out:
return r;
}