summaryrefslogtreecommitdiff
blob: bfe491bdc77c95398c90e96bdf96116b992e7b78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*** /tmp/T0fSaqTh	Sun Nov  2 07:48:14 2008
--- proc.c	Sun Nov  2 07:44:24 2008
***************
*** 841,847 ****
  {
  	if (Lf->sf & SELEXCLF)
  	    return;
! 	if (((Selflags & SELNET) == SELNET) && !(Lf->sf & SELNET))
  	    return;
  	Lp->pss |= PS_SEC;
  	if (Plf)
--- 841,847 ----
  {
  	if (Lf->sf & SELEXCLF)
  	    return;
! 	if ((Selflags == SELNET) && !(Lf->sf & SELNET))
  	    return;
  	Lp->pss |= PS_SEC;
  	if (Plf)