From 64af76e2bef2565caa9738f675c108a4b3789237 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 18 Oct 2012 18:43:56 -0400 Subject: Change pam data auth tokens. Use the new authtok abstraction and interfaces throught the code. --- src/db/sysdb_ops.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/db/sysdb_ops.c') diff --git a/src/db/sysdb_ops.c b/src/db/sysdb_ops.c index b9cecad5..9974beb0 100644 --- a/src/db/sysdb_ops.c +++ b/src/db/sysdb_ops.c @@ -2780,7 +2780,6 @@ int sysdb_cache_auth(struct sysdb_ctx *sysdb, time_t expire_date = -1; time_t delayed_until = -1; int ret; - int i; if (name == NULL || *name == '\0') { DEBUG(1, ("Missing user name.\n")); -- cgit