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. --- cfg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cfg.c') diff --git a/cfg.c b/cfg.c index d1bfafb8..be3579ad 100644 --- a/cfg.c +++ b/cfg.c @@ -1,4 +1,4 @@ -/* $Id: cfg.c,v 1.20 2009-08-09 17:53:50 tcunha Exp $ */ +/* $Id: cfg.c,v 1.21 2009-08-24 16:24:18 tcunha Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -88,7 +88,6 @@ load_cfg(const char *path, char **cause) cfg_cause = NULL; ctx.msgdata = NULL; - ctx.cursession = NULL; ctx.curclient = NULL; ctx.error = cfg_error; -- cgit