| 1498 | } |
| 1499 | |
| 1500 | static struct command_result *reserve_done(struct command *aux_cmd, |
| 1501 | const char *method, |
| 1502 | const char *buf, |
| 1503 | const jsmntok_t *result, |
| 1504 | struct attempt *attempt) |
| 1505 | { |
| 1506 | attempt_debug(attempt, "%s", "Reserve done!"); |
| 1507 | |
| 1508 | return do_inject(aux_cmd, attempt); |
| 1509 | } |
| 1510 | |
| 1511 | static struct command_result *reserve_done_err(struct command *aux_cmd, |
| 1512 | const char *method, |
nothing calls this directly
no test coverage detected