]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo in last change
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 16 Jan 2014 21:09:38 +0000 (15:09 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 16 Jan 2014 21:09:38 +0000 (15:09 -0600)
src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c

index d5f803cee626057a74579be7be4d3eb9f352d3a8..45559e9a63d84da56dc3b539b8dc6f4e37cb9fa9 100644 (file)
@@ -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) {