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
f9e62c10
...
f9e62c104fc228ae81d127485d0627e9e2605d93
authored
2004-06-30 15:54:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(spamd_shutdown): Bugfix
1 parent
35e34137
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libsieve/extensions/spamd.c
libsieve/extensions/spamd.c
View file @
f9e62c1
...
...
@@ -109,7 +109,7 @@ spamd_shutdown (stream_t stream, int flag)
mu_transport_t
trans
;
stream_flush
(
stream
);
stream_get_transport
(
stream
,
&
trans
);
shutdown
(
(
int
)
trans
,
flag
);
shutdown
(
fileno
((
FILE
*
)
trans
)
,
flag
);
}
static
void
...
...
Please
register
or
sign in
to post a comment