mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-10 01:40:26 +00:00
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 */
|
/* 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);
|
ResponseAddField(r, "Server", v);
|
||||||
|
|
||||||
if (html) {
|
if (html) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user