(mu_sql_authenticate): Removed unused variable.
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -325,7 +325,6 @@ mu_sql_authenticate (void *ignored_return_data, void *key, | ... | @@ -325,7 +325,6 @@ mu_sql_authenticate (void *ignored_return_data, void *key, |
325 | void *ignored_func_data, void *call_data) | 325 | void *ignored_func_data, void *call_data) |
326 | { | 326 | { |
327 | struct mu_auth_data *auth_data = key; | 327 | struct mu_auth_data *auth_data = key; |
328 | char *pass = call_data; | ||
329 | char *query_str = NULL; | 328 | char *query_str = NULL; |
330 | MYSQL *m; | 329 | MYSQL *m; |
331 | MYSQL_RES *res; | 330 | MYSQL_RES *res; | ... | ... |
-
Please register or sign in to post a comment