forked from Mirrors/freeswitch
typo in last change
This commit is contained in:
parent
805964b6ae
commit
3cdca26756
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user