mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Correct include declaration (thanks to badlop). Bug was introduced in r1863
SVN Revision: 1935
This commit is contained in:
parent
7fea7b30b2
commit
2c35514537
@ -1,3 +1,8 @@
|
||||
2009-03-02 Pablo Polvorin <pablo.polvorin@process-one.net>
|
||||
|
||||
* src/ejabberd_auth_anonymous.erl: Correct include declaration (thanks
|
||||
to badlop). Bug was introduced in r1863.
|
||||
|
||||
2009-03-01 Pablo Polvorin <pablo.polvorin@process-one.net>
|
||||
|
||||
* src/ejabberd_auth_anonymous.erl: Host argument for ejabberd_hooks's
|
||||
|
@ -53,7 +53,7 @@
|
||||
remove_user/3,
|
||||
plain_password_required/0]).
|
||||
|
||||
-include_lib("exmpp/include/exmpp_xmpp.hrl").
|
||||
-include_lib("exmpp/include/exmpp.hrl").
|
||||
|
||||
-include("ejabberd.hrl").
|
||||
-record(anonymous, {us, sid}).
|
||||
|
Loading…
Reference in New Issue
Block a user