summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-21 10:19:36 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-21 10:19:36 +0000
commit2bd92e5f18b2d602bf28a0e6504fd9b3f5b5ba66 (patch)
treed80c01340bc3bd81a406b302f1b3a15c04a7e47b /cfg.c
parente5ab9a2db53ccae8ebaca25d8b24a0e5deaaa518 (diff)
Lose unnecessary flags on context.
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c3
1 files changed, 1 insertions, 2 deletions
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 <nicm@users.sourceforge.net>
@@ -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);