INN commit: trunk/nnrpd (group.c)
INN Commit
Russ_Allbery at isc.org
Sun Apr 19 09:45:24 UTC 2009
Date: Sunday, April 19, 2009 @ 02:45:23
Author: iulius
Revision: 8423
LISTGROUP answers have been inversing low and high water marks
for empty newsgroups since commit 8374. Now fixed.
Modified:
trunk/nnrpd/group.c
---------+
group.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: group.c
===================================================================
--- group.c 2009-04-18 12:55:20 UTC (rev 8422)
+++ group.c 2009-04-19 09:45:23 UTC (rev 8423)
@@ -192,7 +192,7 @@
}
if (count == 0) {
- Reply("%d 0 %lu %lu %s\r\n", NNTP_OK_GROUP, ARThigh, ARThigh+1, group);
+ Reply("%d 0 %lu %lu %s\r\n", NNTP_OK_GROUP, ARThigh+1, ARThigh, group);
Printf(".\r\n");
} else {
Reply("%d %d %lu %lu %s\r\n", NNTP_OK_GROUP, count, ARTlow,
More information about the inn-committers
mailing list