K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1998-05-27T00:10:23.000000Z
K 7
svn:log
V 512
nnrpd/nnrpd.c:
	- From: "Joshua M. Thompson" <om@mich.com>
	- On a related note, trying to use the # of bits notation for
	  specifying address masks in nnrp.access is broken. The simple
	  patch below fixes the problem -- basically the value of "mask"
	  was in network order during the for() loop that generates the
	  bitmask, causing the loop to fail. Since network byte order is
	  big-endian the bug would only manifest itself on little-endian
	  systems, which may be why it has gone unnoticed until now.

END
