| 371 | const char *error; |
| 372 | }; |
| 373 | static struct command_result * |
| 374 | mfc_err_raw_complete(struct mfc_err_raw_object *obj) |
| 375 | { |
| 376 | plugin_log(obj->mfc->cmd->plugin, LOG_DBG, |
| 377 | "mfc %"PRIu64": cleanup done, failing raw.", obj->mfc->id); |
| 378 | return command_err_raw(obj->mfc->cmd, obj->error); |
| 379 | } |
| 380 | |
| 381 | /* Use this instead of command_err_raw. */ |
| 382 | static struct command_result * |
nothing calls this directly
no test coverage detected