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
0b2a01ec
...
0b2a01ec3faa87a106531e829d45447566b72de7
authored
2002-11-07 15:01:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed comment.
1 parent
740b1c84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail.local/mailquota.c
mail.local/mailquota.c
View file @
0b2a01e
...
...
@@ -77,7 +77,7 @@ check_quota (char *name, size_t size, size_t *rest)
rc
=
mu_dbm_fetch
(
db
,
named
,
&
contentd
);
if
(
rc
)
{
/
/mu_error("can't fetch data: %s", strerror (rc));
/
*mu_error("can't fetch data: %s", strerror (rc));*/
return
DEFRETVAL
;
}
if
(
!
MU_DATUM_PTR
(
contentd
))
...
...
Please
register
or
sign in
to post a comment