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
b41cd99f
...
b41cd99f0419eabed2e325c39488a5a817ebf780
authored
2002-12-14 23:43:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_auth_sql_by_uid): Fixed typo.
1 parent
791c8d04
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
auth/sql.c
auth/sql.c
View file @
b41cd99
...
...
@@ -257,7 +257,7 @@ mu_auth_sql_by_uid (void *return_data, void *key,
}
snprintf
(
uidstr
,
sizeof
(
uidstr
),
"%u"
,
*
(
uid_t
*
)
key
);
query_str
=
sql_expand_query
(
sql_getpw
nam
_query
,
uidstr
);
query_str
=
sql_expand_query
(
sql_getpw
uid
_query
,
uidstr
);
if
(
!
query_str
)
{
...
...
Please
register
or
sign in
to post a comment