diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2010-01-12 13:27:04 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2010-01-12 13:27:04 +0000 |
commit | 392ea78acf362dae6ced3554508894a7eaa2bd15 (patch) | |
tree | 778ea1c9753d1a97218657565f8d972ec8fef353 /src/mod_pubsub/pubsub_odbc.patch | |
parent | fix r2876 compilation warning (diff) |
fix NodeName issue from r2880 (thanks to Karim Gemayel)
SVN Revision: 2882
Diffstat (limited to 'src/mod_pubsub/pubsub_odbc.patch')
-rw-r--r-- | src/mod_pubsub/pubsub_odbc.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_pubsub/pubsub_odbc.patch b/src/mod_pubsub/pubsub_odbc.patch index e8a630b0d..79518b72c 100644 --- a/src/mod_pubsub/pubsub_odbc.patch +++ b/src/mod_pubsub/pubsub_odbc.patch @@ -1,5 +1,5 @@ ---- mod_pubsub.erl 2010-01-12 13:29:25.458216046 +0100 -+++ mod_pubsub_odbc.erl 2010-01-12 13:30:14.538046934 +0100 +--- mod_pubsub.erl 2010-01-12 14:25:24.809994066 +0100 ++++ mod_pubsub_odbc.erl 2010-01-12 14:26:04.098050300 +0100 @@ -42,7 +42,7 @@ %%% 6.2.3.1, 6.2.3.5, and 6.3. For information on subscription leases see %%% XEP-0060 section 12.18. |