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

« back to all changes in this revision

Viewing changes to postlogin.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-14 18:21:08 UTC
  • mto: (2.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20091114182108-x8n9136us3wdyyrd
Tags: upstream-2.2.2~pre1
ImportĀ upstreamĀ versionĀ 2.2.2~pre1

Show diffs side-by-side

added added

removed removed

Lines of Context:
738
738
  }
739
739
  else
740
740
  {
741
 
    vsf_cmdio_write(p_sess, FTP_TRANSFEROK, "File send OK.");
 
741
    vsf_cmdio_write(p_sess, FTP_TRANSFEROK, "Transfer complete.");
742
742
  }
743
743
  check_abor(p_sess);
744
744
port_pasv_cleanup_out:
1109
1109
  }
1110
1110
  else
1111
1111
  {
1112
 
    vsf_cmdio_write(p_sess, FTP_TRANSFEROK, "File receive OK.");
 
1112
    vsf_cmdio_write(p_sess, FTP_TRANSFEROK, "Transfer complete.");
1113
1113
  }
1114
1114
  check_abor(p_sess);
1115
1115
port_pasv_cleanup_out: