Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

This commit is contained in:
Michael S Collins 2012-05-09 15:21:21 -07:00
commit fbee3b5aae
1 changed files with 1 additions and 1 deletions

View File

@ -89,5 +89,5 @@ while (my $request = $scgi->accept) {
#print $handle "Content-Type: text/xml\n\n";
print $handle $xml;
exit;
}