gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-329-g4062217


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-329-g4062217
Date: Sun, 20 Mar 2011 18:47:48 +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 gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=40622173588c0df7f5ef89f20448c6f40482e6d5

The branch, master has been updated
       via  40622173588c0df7f5ef89f20448c6f40482e6d5 (commit)
      from  401abd106f77fbfbb166535951f1a29b8caf3775 (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 -----------------------------------------------------------------
commit 40622173588c0df7f5ef89f20448c6f40482e6d5
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Mar 20 19:47:45 2011 +0100

    define variable locally

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

Summary of changes:
 src/cli.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/cli.c b/src/cli.c
index d5559c0..3180dfc 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -1399,7 +1399,6 @@ socket_open (socket_st * hd, const char *hostname, const 
char *service)
   int sd, err;
   char buffer[MAX_BUF + 1];
   char portname[16] = { 0 };
-  int yes;
 
   printf ("Resolving '%s'...\n", hostname);
   /* get server name */
@@ -1440,7 +1439,7 @@ socket_open (socket_st * hd, const char *hostname, const 
char *service)
 #ifdef IP_DONTFRAG
   if (hints.ai_socktype == SOCK_DGRAM)
     {
-      yes = 1;
+      int yes = 1;
       if (setsockopt (sd, IPPROTO_IP, IP_DONTFRAG,
                           (const void *) &yes, sizeof (yes)) < 0)
         {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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