projects
/
ejabberd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f075e92
)
Remove unused function clause in mod_carboncopy
author
Holger Weiss
<holger@zedat.fu-berlin.de>
Tue, 10 Feb 2015 23:52:47 +0000
(
00:52
+0100)
committer
Holger Weiss
<holger@zedat.fu-berlin.de>
Tue, 10 Feb 2015 23:52:47 +0000
(
00:52
+0100)
src/mod_carboncopy.erl
patch
|
blob
|
history
diff --git
a/src/mod_carboncopy.erl
b/src/mod_carboncopy.erl
index 7464cdb6958555cdc1336212b6e4db4fc991478a..6efa69f72b3329163691fae5cdad5db76fcbda40 100644
(file)
--- a/
src/mod_carboncopy.erl
+++ b/
src/mod_carboncopy.erl
@@
-153,9
+153,7
@@
check_and_forward(JID, To, Packet, Direction)->
end;
_ ->
ok
- end;
-
-check_and_forward(_JID, _To, _Packet, _)-> ok.
+ end.
remove_connection(User, Server, Resource, _Status)->
disable(Server, User, Resource),