From 6a64f1b5ebaa78e2ed424e55f05326d21cba3ba4 Mon Sep 17 00:00:00 2001 From: Giovanni Maruzzelli Date: Thu, 5 Sep 2013 11:38:47 +0200 Subject: [PATCH] FS-5727 and FS-5729 gsmopen: inserted some debugging to eventually find a probable flaw in gsmlib. Disabled the suspected code --- src/mod/endpoints/mod_gsmopen/gsmopen_protocol.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/endpoints/mod_gsmopen/gsmopen_protocol.cpp b/src/mod/endpoints/mod_gsmopen/gsmopen_protocol.cpp index 6c1dcc5ccd..30e818ed4a 100644 --- a/src/mod/endpoints/mod_gsmopen/gsmopen_protocol.cpp +++ b/src/mod/endpoints/mod_gsmopen/gsmopen_protocol.cpp @@ -1687,7 +1687,6 @@ int gsmopen_serial_read_AT(private_t *tech_pvt, int look_for_ack, int timeout_us DEBUGA_GSMOPEN("SMS=\n%s\n", GSMOPEN_P_LOG, letsee); #endif //0 - memset(content2, '\0', sizeof(content2)); if (sms->dataCodingScheme().getAlphabet() == DCS_DEFAULT_ALPHABET) { iso_8859_1_to_utf8(tech_pvt, (char *) sms->userData().c_str(), content2, sizeof(content2));