summaryrefslogtreecommitdiffstats
path: root/src/squark-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/squark-filter.c')
-rw-r--r--src/squark-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/squark-filter.c b/src/squark-filter.c
index 567201a..eff88b1 100644
--- a/src/squark-filter.c
+++ b/src/squark-filter.c
@@ -395,7 +395,7 @@ static void read_input(struct sqdb *db)
category = 0;
token = authdb_get(&adb, &addr, &entry, 1);
- if (authdb_check_login(token, &entry, username, now)) {
+ if (authdb_check_login(token, &entry, username, now, &adbc)) {
auth_ok = 1;
username = BLOB_STRLEN(entry.p.login_name);
} else {