24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

fix broken PEP after EJAB-1498 (thanks to Karim Gemayel)

This commit is contained in:
Christophe Romain 2011-09-22 20:49:56 +02:00
parent df0754ade9
commit fa08db7091

View File

@ -178,8 +178,7 @@ create_node_permission(Host, ServerHost, _NodeId, _ParentNodeId, #jid{node = U,
). ).
create_node(NodeIdx, JID) -> create_node(NodeIdx, JID) ->
{result, _} = node_flat:create_node(NodeIdx, JID), node_flat:create_node(NodeIdx, JID).
{result, []}.
% case node_flat:create_node(NodeIdx, JID) of % case node_flat:create_node(NodeIdx, JID) of
% {result, _} -> {result, []}; % {result, _} -> {result, []};
% Error -> Error % Error -> Error