~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-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:
583
583
  }
584
584
  if (tunable_pasv_address != 0)
585
585
  {
 
586
    vsf_sysutil_sockaddr_alloc_ipv4(&s_p_sockaddr);
586
587
    /* Report passive address as specified in configuration */
587
588
    if (vsf_sysutil_inet_aton(tunable_pasv_address, s_p_sockaddr) == 0)
588
589
    {