Browse code

fix build

Török Edvin authored on 2010/05/16 05:40:42
Showing 1 changed files
... ...
@@ -127,6 +127,7 @@ static int cli_bytecode_context_reset(struct cli_bc_ctx *ctx)
127 127
     ctx->operands = NULL;
128 128
 
129 129
     if (ctx->outfd) {
130
+	cli_ctx *cctx = ctx->ctx;
130 131
 	cli_bcapi_extract_new(ctx, -1);
131 132
 	if (ctx->outfd)
132 133
 	    close(ctx->outfd);