summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-04-09 18:19:55 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-04-09 18:19:55 +0200
commit8f747e26fb8629ea290f88cf70112770e90a168a (patch)
treead67d50938cc5f8eadc47629ede790dc9f506120 /database/eurephiadb.c
parent6a9c621e5f3f0854d6eca650723f76af368e2d6a (diff)
downloadeurephia-8f747e26fb8629ea290f88cf70112770e90a168a.tar.gz
eurephia-8f747e26fb8629ea290f88cf70112770e90a168a.tar.xz
eurephia-8f747e26fb8629ea290f88cf70112770e90a168a.zip
sqlite3 driver: Implemented listing of openvpn_attempts table
Diffstat (limited to 'database/eurephiadb.c')
-rw-r--r--database/eurephiadb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/eurephiadb.c b/database/eurephiadb.c
index 913ca7b..d976db9 100644
--- a/database/eurephiadb.c
+++ b/database/eurephiadb.c
@@ -111,7 +111,7 @@ int eDBlink_init(eurephiaCTX *ctx, const char *dbl, const int minver)
eDBadminFirewallProfiles = eGetSym(ctx, ctx->eurephia_driver, "eDBadminFirewallProfiles");
eDBadminGetLastlog = eGetSym(ctx, ctx->eurephia_driver, "eDBadminGetLastlog");
- eDBadminGetAttemptsLog = eGetSym(ctx, ctx->eurephia_driver, "eDBadminGetAttemptsLog");
+ eDBadminAttemptsLog = eGetSym(ctx, ctx->eurephia_driver, "eDBadminAttemptsLog");
#endif
case 1: