From: Anthony Minessale Date: Thu, 16 Jan 2014 21:09:38 +0000 (-0600) Subject: typo in last change X-Git-Tag: v1.5.8~25^2~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cdca267561f0e8ce22eba86e913fc32aa3fd311;p=thirdparty%2Ffreeswitch.git typo in last change --- diff --git a/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c b/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c index d5f803cee6..45559e9a63 100644 --- a/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c +++ b/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c @@ -1008,7 +1008,7 @@ abyss_bool handler_hook(TSession * r) } /* Generation of the server field */ - switch_sprintf(v, sizeof(v), "FreeSWITCH-%s-mod_xml_rpc", switch_version_full()); + switch_snprintf(v, sizeof(v), "FreeSWITCH-%s-mod_xml_rpc", switch_version_full()); ResponseAddField(r, "Server", v); if (html) {