NNRPD bug in inn-2.4.0
Yury B.Razbegin
yur at simtel.ru
Thu Jun 14 11:45:13 UTC 2001
It is a simple misprint in the program text.
Below it is resulted patch for its correction:
*** nnrpd/perm.c.orig Wed Jun 13 13:01:11 2001
--- nnrpd/perm.c Thu Jun 14 14:58:49 2001
***************
*** 388,394 ****
if (orig->users)
ret->users = COPY(orig->users);
if (orig->rejectwith)
! ret->users = COPY(orig->rejectwith);
if (orig->fromhost)
ret->fromhost = COPY(orig->fromhost);
if (orig->pathhost)
--- 388,394 ----
if (orig->users)
ret->users = COPY(orig->users);
if (orig->rejectwith)
! ret->rejectwith = COPY(orig->rejectwith);
if (orig->fromhost)
ret->fromhost = COPY(orig->fromhost);
if (orig->pathhost)
--
* Yury B.Razbegin * yur at simtel.ru * +7 (-8422) -35-32-09 (Fax: -41-00-19) *
More information about the inn-bugs
mailing list