~ubuntu-branches/ubuntu/trusty/vsftpd/trusty-proposed

« back to all changes in this revision

Viewing changes to prelogin.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-06 13:40:19 UTC
  • mto: (2.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20091106134019-yak90a6hqpfszkpm
Tags: upstream-2.2.1
ImportĀ upstreamĀ versionĀ 2.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
  {
253
253
    vsf_two_process_login(p_sess, &p_sess->ftp_arg_str);
254
254
  }
255
 
  check_login_delay();
256
255
  vsf_cmdio_write(p_sess, FTP_LOGINERR, "Login incorrect.");
257
256
  check_login_fails(p_sess);
258
257
  str_empty(&p_sess->user_str);