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
a5326ec7
...
a5326ec772792ed89793a9791d184f449ae2877b
authored
2007-02-27 16:13:38 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(action_list): Do not check db permissions.
1 parent
ce3fd630
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pop3d/popauth.c
pop3d/popauth.c
View file @
a5326ec
...
...
@@ -279,7 +279,7 @@ action_list (struct action_data *ap)
DBM_DATUM
contents
;
check_user_perm
(
ACT_LIST
,
ap
);
if
(
mu_dbm_open
(
ap
->
input_name
,
&
db
,
MU_STREAM_READ
,
permissions
))
if
(
mu_dbm_open
(
ap
->
input_name
,
&
db
,
MU_STREAM_READ
,
0
))
{
mu_error
(
_
(
"Cannot open %s: %s"
),
ap
->
input_name
,
mu_strerror
(
errno
));
return
1
;
...
...
Please
register
or
sign in
to post a comment