~andreserl/ubuntu/lucid/vsftpd/sru1

« back to all changes in this revision

Viewing changes to privops.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-01-05 10:01:25 UTC
  • mfrom: (2.3.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100105100125-y03j29ea115sf09h
Tags: 2.2.2-3ubuntu1
* Merged from debian testing::
  - Use LSB functions in the init script.
  - Use snakeoil SSL certificates and key.
  - Add update-inetd dependency.
  - debian/patches/07_vsftpd-enable-utf8.patch: Add support for UTF8.
    (LP: #364958)

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
  if (result == kVSFLoginFail)
237
237
  {
238
238
    vsf_log_do_log(p_sess, 0);
 
239
    if (tunable_delay_failed_login)
 
240
    {
 
241
      vsf_sysutil_sleep((double) tunable_delay_failed_login);
 
242
    }
239
243
  }
240
244
  else
241
245
  {