Sync OpenBSD patchset 1159:

Remove dead code, from Sean Estabrooks.
pull/1/head
Tiago Cunha 2012-08-12 19:30:54 +00:00
parent 061027fefc
commit db27dc82f0
1 changed files with 0 additions and 2 deletions

View File

@ -106,11 +106,9 @@ cmd_if_shell_free(void *data)
{
struct cmd_if_shell_data *cdata = data;
struct cmd_ctx *ctx = &cdata->ctx;
struct msg_exit_data exitdata;
if (ctx->cmdclient != NULL) {
ctx->cmdclient->references--;
exitdata.retcode = ctx->cmdclient->retcode;
ctx->cmdclient->flags |= CLIENT_EXIT;
}
if (ctx->curclient != NULL)