Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6d2a6f6d
...
6d2a6f6d7b8d5bea348fb0044c9ee55edc2ea980
authored
2002-09-10 11:56:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_sql_authenticate): Removed unused variable.
1 parent
48ac4ff1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
auth/sql.c
auth/sql.c
View file @
6d2a6f6
...
...
@@ -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
;
...
...
Please
register
or
sign in
to post a comment