1
0
mirror of https://github.com/schoebel/mars synced 2025-04-01 22:58:34 +00:00

light: don't disturb fetch infos when switched off

This commit is contained in:
Thomas Schoebel-Theuer 2014-03-25 19:36:03 +01:00
parent 8af22a1785
commit 9ebea0cb8a

View File

@ -1453,7 +1453,6 @@ int __make_copy(
switch_copy = _check_switch(global, switch_path);
copy = mars_find_brick(global, &copy_brick_type, copy_path);
if (!copy && !switch_copy) {
make_msg(msg_pair, "not active, no activation");
goto done;
}