From a2176634aebf6e0ced4d26dd5be3bc93931a4fcb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 25 Apr 2002 08:31:48 +0000 Subject: * call-agent.c (start_agent): Make copies of old locales and check for setlocale. * configure.ac: Check for setlocale. --- agent/command.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'agent') diff --git a/agent/command.c b/agent/command.c index b405ec61c..e6f34fd39 100644 --- a/agent/command.c +++ b/agent/command.c @@ -498,8 +498,11 @@ cmd_learn (ASSUAN_CONTEXT ctx, char *line) static int option_handler (ASSUAN_CONTEXT ctx, const char *key, const char *value) { - CTRL ctrl = assuan_get_pointer (ctx); +/* CTRL ctrl = assuan_get_pointer (ctx); */ + /* FIXME: We should not change opt. here. It is not a problem right + now but as soon as we are allowing concurrent connections we mess + things up */ if (!strcmp (key, "display")) { if (opt.display) -- cgit v1.2.3