diff options
author | Jérôme Sautret <jerome.sautret@process-one.net> | 2007-10-30 17:38:40 +0000 |
---|---|---|
committer | Jérôme Sautret <jerome.sautret@process-one.net> | 2007-10-30 17:38:40 +0000 |
commit | 96ded4535d30a703b03caae9e24f27f0cad25122 (patch) | |
tree | 5aca94c524ae7e870bd3b30651703ba4e47f674b /src/configure | |
parent | dev.tex: list typo fix (diff) |
* src/ejabberd_s2s.erl: don't use the resource of the sender to choose
a s2s connection to ensure that a muc room always uses the same
connection
Merge branch 'ejabberd_s2s'
Conflicts:
.gitignore
src/configure
src/ejabberd_c2s.erl
src/ejabberd_s2s.erl
SVN Revision: 963
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configure b/src/configure index a18900e5a..f2980b850 100755 --- a/src/configure +++ b/src/configure @@ -6871,4 +6871,3 @@ if test "$no_create" != yes; then # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi - |