aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sink.c b/sink.c
index 874ab5fc..f8df919d 100644
--- a/sink.c
+++ b/sink.c
@@ -819,7 +819,7 @@ int open_sink(struct query *ctl, struct msgblk *msg,
int res;
if ((res = handle_smtp_report(ctl, msg))==PS_REFUSED)
- return PS_REFUSED;
+ return(PS_REFUSED);
strcpy(errbuf, idp->id);
strcat(errbuf, ": ");