From 2e2e762743417ae7a0c32a4b40909ecdf3bb3560 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Mon, 24 Aug 2009 16:24:18 +0000 Subject: Sync OpenBSD patchset 289: The cursession member in struct cmd_ctx is always either curclient->session or NULL when curclient is also NULL, so just eliminate it. --- server-msg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server-msg.c') diff --git a/server-msg.c b/server-msg.c index e5f7a20e..9e20a6b1 100644 --- a/server-msg.c +++ b/server-msg.c @@ -1,4 +1,4 @@ -/* $Id: server-msg.c,v 1.81 2009-08-14 21:31:20 tcunha Exp $ */ +/* $Id: server-msg.c,v 1.82 2009-08-24 16:24:18 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -188,7 +188,6 @@ server_msg_command(struct client *c, struct msg_command_data *data) ctx.msgdata = data; ctx.curclient = NULL; - ctx.cursession = NULL; ctx.cmdclient = c; -- cgit