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