From: Jeff Lenk Date: Wed, 7 Sep 2011 02:27:13 +0000 (-0500) Subject: FS-3544 --resolve X-Git-Tag: v1.2-rc1~51^2~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=482b319512b10dee9544b3786b28468f55b380f6;p=thirdparty%2Ffreeswitch.git FS-3544 --resolve --- diff --git a/libs/esl/src/esl.c b/libs/esl/src/esl.c index 9509572a80..0c387e79ef 100644 --- a/libs/esl/src/esl.c +++ b/libs/esl/src/esl.c @@ -537,7 +537,6 @@ ESL_DECLARE(esl_status_t) esl_execute(esl_handle_t *handle, const char *app, con ESL_DECLARE(esl_status_t) esl_sendmsg(esl_handle_t *handle, esl_event_t *event, const char *uuid) { char cmd_buf[128] = "sendmsg\n"; - char send_buf[1292] = ""; char *txt; if (!handle || !handle->connected || handle->sock == ESL_SOCK_INVALID) {