summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-10 11:56:58 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-10 11:56:58 +0000
commit6d2a6f6d7b8d5bea348fb0044c9ee55edc2ea980 (patch)
tree3428d0e1e97406f3871dbd24316d1fd6e8074a7d /auth
parent48ac4ff12741c8ccca7f83ec04d62a0fd33a6f31 (diff)
downloadmailutils-6d2a6f6d7b8d5bea348fb0044c9ee55edc2ea980.tar.gz
mailutils-6d2a6f6d7b8d5bea348fb0044c9ee55edc2ea980.tar.bz2
(mu_sql_authenticate): Removed unused variable.
Diffstat (limited to 'auth')
-rw-r--r--auth/sql.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/sql.c b/auth/sql.c
index 033acb868..2ccc86c51 100644
--- a/auth/sql.c
+++ b/auth/sql.c
@@ -325,7 +325,6 @@ mu_sql_authenticate (void *ignored_return_data, void *key,
void *ignored_func_data, void *call_data)
{
struct mu_auth_data *auth_data = key;
- char *pass = call_data;
char *query_str = NULL;
MYSQL *m;
MYSQL_RES *res;

Return to:

Send suggestions and report system problems to the System administrator.