From 88f3ffe86ead70d37c918c7c33970929c481f9ee Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 11 Oct 2009 09:04:33 +0000 Subject: [PATCH] Remove a debugging leftover and add copyright. --- cmd-run-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd-run-shell.c b/cmd-run-shell.c index d00571a2..ca414dc8 100644 --- a/cmd-run-shell.c +++ b/cmd-run-shell.c @@ -2,6 +2,7 @@ /* * Copyright (c) 2009 Tiago Cunha + * Copyright (c) 2009 Nicholas Marriott * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -126,7 +127,6 @@ cmd_run_shell_free(void *data) struct cmd_run_shell_data *cdata = data; struct cmd_ctx *ctx = &cdata->ctx; - return; if (ctx->cmdclient != NULL) { ctx->cmdclient->references--; server_write_client(ctx->cmdclient, MSG_EXIT, NULL, 0);