From 7294aa6146ceb9dd2ebff8b496e351a81a0c8c8c Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 25 Mar 2006 14:35:10 +0000 Subject: More warning fixes (from FreeBSD 6.1). svn path=/branches/BRANCH_6-3/; revision=4753 --- sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sink.c') diff --git a/sink.c b/sink.c index aaa0beba..c4a26f6b 100644 --- a/sink.c +++ b/sink.c @@ -300,7 +300,7 @@ static int send_bouncemail(struct query *ctl, struct msgblk *msg, /* our first duty is to keep the sacred foo counters turning... */ snprintf(boundary, sizeof(boundary), "foo-mani-padme-hum-%ld-%ld-%ld", - (long)getpid(), (long)getppid(), time(NULL)); + (long)getpid(), (long)getppid(), (long)time(NULL)); if (outlevel >= O_VERBOSE) report(stdout, GT_("SMTP: (bounce-message body)\n")); -- cgit v1.2.3