]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 15 Dec 2009 00:37:54 +0000 (00:37 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 15 Dec 2009 00:37:54 +0000 (00:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15960 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_console.c

index 90c9282f1eb22c0eaf2ee9324f6b4614df88ee16..5cec15f80ee056d494f7f24addf2527e0c349f5e 100644 (file)
@@ -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;