/[mailutils]/mailutils/pop3d/user.c
ViewVC logotype

Diff of /mailutils/pop3d/user.c

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

revision 1.32 by gray, Fri Oct 10 08:54:11 2003 UTC revision 1.33 by gray, Sat Oct 11 10:59:50 2003 UTC
# Line 100  pop3d_user (const char *arg) Line 100  pop3d_user (const char *arg)
100        return ERR_BAD_CMD;        return ERR_BAD_CMD;
101      }      }
102    
103      if (check_login_delay (auth_data->name))
104        {
105          syslog (LOG_INFO,
106                  _("User '%s' tried to log in within the minimum allowed delay"),
107                  auth_data->name);
108          state = AUTHORIZATION;
109          mu_auth_data_free (auth_data);
110          return ERR_LOGIN_DELAY;
111        }
112      
113    if (auth_data->change_uid)    if (auth_data->change_uid)
114      setuid (auth_data->uid);      setuid (auth_data->uid);
115        

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26