| 344 | }; |
| 345 | |
| 346 | static struct command_result * |
| 347 | mfc_fail_complete(struct mfc_fail_object *obj) |
| 348 | { |
| 349 | plugin_log(obj->mfc->cmd->plugin, LOG_DBG, |
| 350 | "mfc %"PRIu64": cleanup done, failing.", obj->mfc->id); |
| 351 | return command_fail(obj->cmd, obj->code, "%s", obj->msg); |
| 352 | } |
| 353 | |
| 354 | /* Use this instead of command_fail. */ |
| 355 | static struct command_result * |
nothing calls this directly
no test coverage detected