summaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-02-14 13:48:26 +0100
committerMatthias Schiffer <matthias@gamezock.de>2009-02-14 13:48:26 +0100
commit0a8624a39a7d0a99963153533a7ca3092154d3bd (patch)
treed190bc5f101c1e90cb0650fa1fcbee01ee56313a /src/modules
parent04363ca342914ba75e693edb876cbe535839fa79 (diff)
downloadmad-0a8624a39a7d0a99963153533a7ca3092154d3bd.tar
mad-0a8624a39a7d0a99963153533a7ca3092154d3bd.zip
Nur ein paar kleinere Bug- und Warnungsfixes
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/UserBackendMysql.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/UserBackendMysql.cpp b/src/modules/UserBackendMysql.cpp
index 886f345..0b028fb 100644
--- a/src/modules/UserBackendMysql.cpp
+++ b/src/modules/UserBackendMysql.cpp
@@ -142,7 +142,6 @@ bool UserBackendMysql::userList(const sigc::slot<void, const std::map<unsigned l
std::map<unsigned long, Common::UserInfo> users;
- MYSQL_ROW row;
while(MYSQL_ROW row = mysql_fetch_row(result)) {
Common::UserInfo user(std::strtoul(row[0], 0, 10), row[2]);