/[LeafOK_CVS]/lbbs/src/user_priv.c
ViewVC logotype

Diff of /lbbs/src/user_priv.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.2 by sysadm, Wed Dec 1 06:04:37 2004 UTC Revision 1.4 by sysadm, Sun Mar 20 17:37:14 2005 UTC
# Line 66  getpriv (BBS_user_priv * p_priv, int sid Line 66  getpriv (BBS_user_priv * p_priv, int sid
66          return p_priv->s_priv_list[i].s_priv;          return p_priv->s_priv_list[i].s_priv;
67      }      }
68    
69    return p_priv->g_priv;    return (sid >= 0 ? p_priv->g_priv : S_NONE);
70  }  }
71    
72  int  int


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1