summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqlauth.cpp
diff options
context:
space:
mode:
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-22 14:54:18 +0000
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-22 14:54:18 +0000
commita1ff11998b541e47c24097cc816496513d56d002 (patch)
tree55183d0ef40b8f7e94ff4404031ea759febcc597 /src/modules/extra/m_sqlauth.cpp
parent2330fc9ddd48c939e894e7e37e9bb2e62eafc38d (diff)
Reorder a couple of constructor prototypes for consistency
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4512 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_sqlauth.cpp')
-rw-r--r--src/modules/extra/m_sqlauth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_sqlauth.cpp b/src/modules/extra/m_sqlauth.cpp
index 2cb2eae3a..8e2ea34f5 100644
--- a/src/modules/extra/m_sqlauth.cpp
+++ b/src/modules/extra/m_sqlauth.cpp
@@ -123,7 +123,7 @@ public:
*/
log(DEBUG, "Sent query, got given ID %lu", req.id);
- AssociateUser(this, SQLutils, user, req.id).Send();
+ AssociateUser(this, SQLutils, req.id, user).Send();
return true;
}