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
4dacd0ef
...
4dacd0ef1c6e68cdb1f8997149fec78e01f44cfa
authored
2003-07-08 13:51:10 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix.
1 parent
819a7a68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
comsat/comsat.c
comsat/comsat.c
View file @
4dacd0e
...
...
@@ -468,7 +468,7 @@ notify_user (const char *user, const char *device, const char *path, off_t offse
return
;
}
if
((
status
=
stream_size
(
stream
,
size
)))
if
((
status
=
stream_size
(
stream
,
&
size
)))
{
syslog
(
LOG_ERR
,
_
(
"can't get stream size (mailbox %s): %s"
),
path
,
mu_strerror
(
status
));
...
...
Please
register
or
sign in
to post a comment