From c94dcbdb8f5c82d7b3fa3ddd8a1a5dd8997f6513 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 15 Dec 2009 00:37:54 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15960 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_console.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/switch_console.c b/src/switch_console.c index 90c9282f1e..5cec15f80e 100644 --- a/src/switch_console.c +++ b/src/switch_console.c @@ -506,7 +506,6 @@ static void *SWITCH_THREAD_FUNC console_thread(switch_thread_t *thread, void *ob struct helper { - EditLine *el; int len; int hits; int words; @@ -651,7 +650,7 @@ SWITCH_DECLARE(unsigned char) switch_console_complete(const char *line, const ch char *buf = dup; char *p, *lp = NULL; char *errmsg = NULL; - struct helper h = { el }; + struct helper h = { 0 }; unsigned char ret = CC_REDISPLAY; int pos = 0;