diff options
Diffstat (limited to 'tcpd/tcpd.c')
| -rw-r--r-- | tcpd/tcpd.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/tcpd/tcpd.c b/tcpd/tcpd.c index 093a23a..1d1947a 100644 --- a/tcpd/tcpd.c +++ b/tcpd/tcpd.c @@ -1682,8 +1682,7 @@ static void docheckblocklist(struct blocklist_s *p, const char *nameptr)  				_exit(1);  			} -			buf[snprintf(buf, l, "Sender @ blacklisted by %s", -				     p->zone)]=0; +			buf[snprintf(buf, l, "Blacklisted by %s", p->zone)]=0;  			/*  			** Even though we did not find a TXT record, we're here | 
