typo in last change

This commit is contained in:
Anthony Minessale 2014-01-16 15:09:38 -06:00
parent 805964b6ae
commit 3cdca26756
1 changed files with 1 additions and 1 deletions

View 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) {