- Fix xover head filtering

PR:		ports/86045
Submitted by:	SANETO Takanori <sanewo@ba2.so-net.ne.jp>
This commit is contained in:
Pav Lucistnik 2005-09-13 21:05:03 +00:00
parent f3dcf0b80f
commit 8d735b94dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142626
2 changed files with 12 additions and 1 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= nntpcache
PORTVERSION= 3.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= news
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/news/nntpcache/ \
ftp://ftp.sbs.de/pub/news/servers/nntpcache/ \

View file

@ -0,0 +1,11 @@
--- src/acc.c.orig Sat Feb 19 12:16:21 2000
+++ src/acc.c Tue Sep 13 23:00:32 2005
@@ -195,7 +195,7 @@
loge (("bad filter header/scope %s in file %s: %s", scope, fi, buf));
Exit(1);
}
- *p='\0';
+ /* *p='\0'; */
f->scope = sc_header;
f->scope_header = Sstrdup(scope);
}