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
bed3e268
...
bed3e26812dc53b02fa467f34306f8fe44e29be3
authored
2004-01-05 13:58:02 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve_log_action): Updated call to mach->logger.
1 parent
ee1b4a53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libsieve/util.c
libsieve/util.c
View file @
bed3e26
...
...
@@ -236,7 +236,7 @@ sieve_log_action (sieve_machine_t mach, const char *action,
if
(
!
mach
->
logger
)
return
;
va_start
(
ap
,
fmt
);
mach
->
logger
(
mach
->
data
,
mach
->
filename
,
mach
->
msgno
,
mach
->
msg
,
mach
->
logger
(
mach
->
data
,
&
mach
->
locus
,
mach
->
msgno
,
mach
->
msg
,
action
,
fmt
,
ap
);
va_end
(
ap
);
}
...
...
Please
register
or
sign in
to post a comment