commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-110-g5757d35


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-110-g5757d35
Date: Thu, 28 Jul 2011 00:27:19 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  5757d35130a858aad784222d9f70fa5ff6091575 (commit)
      from  8d1cf6d724bf9bdc7cacb3f93c8bdaf19dc3f08e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=5757d35130a858aad784222d9f70fa5ff6091575


commit 5757d35130a858aad784222d9f70fa5ff6091575
Author: Mats Erik Andersson <address@hidden>
Date:   Thu Jul 28 02:11:12 2011 +0200

    ftpd: Misnamed variable in last commit.

diff --git a/ChangeLog b/ChangeLog
index 9a8a0a2..06dad03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-28  Mats Erik Andersson <address@hidden>
+
+       * ftpd/ftpd.c (getdatasock): Misnamed variable DATA_SOURCE.
+
 2011-07-25  Mats Erik Andersson <address@hidden>
 
        * ftpd/ftpd.c (getdatasock) [HAVE_STRUCT_SOCKADDR_IN_SIN_LEN]:
diff --git a/ftpd/ftpd.c b/ftpd/ftpd.c
index f259fa9..e4e7b2b 100644
--- a/ftpd/ftpd.c
+++ b/ftpd/ftpd.c
@@ -1031,7 +1031,7 @@ getdatasock (const char *mode)
   data_source.sin_family = AF_INET;
   data_source.sin_addr = ctrl_addr.sin_addr;
 #if HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
-  data_dest.sin_len = sizeof (struct sockaddr_in);
+  data_source.sin_len = sizeof (struct sockaddr_in);
 #endif
   for (tries = 1;; tries++)
     {

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |    4 ++++
 ftpd/ftpd.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]