From: Nathan Wagner Date: Thu, 1 Dec 2011 08:58:34 +0000 (-0500) Subject: Fixed uninitialized compare warning. Unset PrintError for DBI. X-Git-Url: https://pd.if.org/git/?p=newsd;a=commitdiff_plain;h=8d0b1e6bc185094eac6bfee8609435013223fca7 Fixed uninitialized compare warning. Unset PrintError for DBI. --- diff --git a/Makefile b/Makefile index 2d12af3..86cb338 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ loadnewsgroups: newsgroups touch $@ testserver: + -test -f newsd.pid && kill `cat newsd.pid` rm -f news.log PERL5LIB=./Net-Server-NNTP/lib ./newsd conf_file=test.conf