24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-08-14 01:38:09 +02:00

Revert "Merge branch '2.1.x-applepush' of git@gitorious.process-one.net:+applepush/ejabberd/applepush.git into aplepush-test"

This reverts commit 00d8b2ac30, reversing
changes made to cac23c39c9.
This commit is contained in:
Alexey Shchepin 2010-10-19 13:52:17 +03:00
parent 426b7ca769
commit 8d69d4aaba
2 changed files with 2 additions and 3 deletions

View File

@ -92,8 +92,7 @@ process_data(CallbackPid, Stack, Data) ->
[{xmlelement, Name, Attrs, Els} | Tail] ->
[{xmlelement, Name, Attrs, [{xmlcdata, CData} | Els]} |
Tail];
[] ->
[]
[] -> []
end;
{?XML_ERROR, Err} ->
catch gen_fsm:send_event(CallbackPid, {xmlstreamerror, Err})