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 <[email protected]>
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 <[email protected]>
+
+       * ftpd/ftpd.c (getdatasock): Misnamed variable DATA_SOURCE.
+
 2011-07-25  Mats Erik Andersson <[email protected]>
 
        * 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 

_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to