pat_ref_prune(appctx->ctx.map.ref);
/* return response */
- appctx->ctx.cli.msg = "Done.\n";
- appctx->st0 = STAT_CLI_PRINT;
+ appctx->st0 = STAT_CLI_PROMPT;
return 1;
}
else {
}
/* The set is done, send message. */
- appctx->ctx.cli.msg = "Done.\n";
- appctx->st0 = STAT_CLI_PRINT;
+ appctx->st0 = STAT_CLI_PROMPT;
return 1;
}
#ifdef USE_OPENSSL
}
/* The deletion is done, send message. */
- appctx->ctx.cli.msg = "Done.\n";
- appctx->st0 = STAT_CLI_PRINT;
+ appctx->st0 = STAT_CLI_PROMPT;
return 1;
}
else { /* unknown "del" parameter */
}
/* The add is done, send message. */
- appctx->ctx.cli.msg = "Done.\n";
- appctx->st0 = STAT_CLI_PRINT;
+ appctx->st0 = STAT_CLI_PROMPT;
return 1;
}
else { /* unknown "del" parameter */