From 2bd92e5f18b2d602bf28a0e6504fd9b3f5b5ba66 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 21 Jun 2008 10:19:36 +0000 Subject: Lose unnecessary flags on context. --- cfg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cfg.c') diff --git a/cfg.c b/cfg.c index be55c51d..8a6729e5 100644 --- a/cfg.c +++ b/cfg.c @@ -1,4 +1,4 @@ -/* $Id: cfg.c,v 1.11 2008-06-19 21:20:24 nicm Exp $ */ +/* $Id: cfg.c,v 1.12 2008-06-21 10:19:36 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -94,7 +94,6 @@ load_cfg(const char *path, char **cause) ctx.info = cfg_print; ctx.cmdclient = NULL; - ctx.flags = 0; cfg_cause = NULL; cmd_exec(cmd, &ctx); -- cgit v1.2.3