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_9_4-89-g0d3cbd


From: Tim Ruehsen
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-89-g0d3cbd6
Date: Sat, 29 Feb 2020 12:46:49 -0500 (EST)

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  0d3cbd6cdb7bd33a668dc45694c06c4512eceae0 (commit)
      from  9e0cd093ffb666302c8f4f2231692f882bf3daf2 (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=0d3cbd6cdb7bd33a668dc45694c06c4512eceae0


commit 0d3cbd6cdb7bd33a668dc45694c06c4512eceae0
Author: Tim Rühsen <address@hidden>
Date:   Sat Feb 29 18:46:45 2020 +0100

    talk: Fix uninitialized variable 'nready'

diff --git a/talk/ctl_transact.c b/talk/ctl_transact.c
index 6e539ad..2f0d351 100644
--- a/talk/ctl_transact.c
+++ b/talk/ctl_transact.c
@@ -68,7 +68,7 @@
 int
 ctl_transact (struct in_addr target, CTL_MSG msg, int type, CTL_RESPONSE * rp)
 {
-  int nready, cc;
+  int nready = 0, cc;
   fd_set read_mask, ctl_mask;
   struct timeval wait;
 

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

Summary of changes:
 talk/ctl_transact.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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