gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 12/163: checksrc: fix too long line


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 12/163: checksrc: fix too long line
Date: Sun, 05 Aug 2018 12:35:38 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 27aebcc1d1a0825af6e812f86bf5eaf510f610d1
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri May 18 17:56:18 2018 +0200

    checksrc: fix too long line
    
    follow-up to e05ad5d
---
 src/tool_cfgable.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index b4973c7fc..96618f8b1 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -252,7 +252,7 @@ struct OperationConfig {
   bool ssh_compression;           /* enable/disable SSH compression */
   long happy_eyeballs_timeout_ms; /* happy eyeballs timeout in milliseconds.
                                      0 is valid. default: CURL_HET_DEFAULT. */
-  bool haproxy_protocol;          /* whether to send HAProxy PROXY protocol v1 
*/
+  bool haproxy_protocol;          /* whether to send HAProxy protocol v1 */
   struct GlobalConfig *global;
   struct OperationConfig *prev;
   struct OperationConfig *next;   /* Always last in the struct */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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