summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8391a44)
raw | patch | inline | side by side (parent: 8391a44)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 24 Jul 2016 11:37:14 +0000 (13:37 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 24 Jul 2016 11:44:44 +0000 (13:44 +0200) |
src/mysql.c | patch | blob | history |
diff --git a/src/mysql.c b/src/mysql.c
index 9b8d6cf3aba8c97117f50e7c934fd008f44b8b33..8ab775fc60ab89c19bd283ac5fab98df97f24ad8 100644 (file)
--- a/src/mysql.c
+++ b/src/mysql.c
DEBUG ("mysql plugin: mysql_database_free (arg = %p);", arg);
- db = (mysql_database_t *) arg;
+ db = arg;
if (db == NULL)
return;