---
 cmd-if-shell.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/cmd-if-shell.c b/cmd-if-shell.c
index 3747447..636cf80 100644
--- a/cmd-if-shell.c
+++ b/cmd-if-shell.c
@@ -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)
-- 
1.7.10.4


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to