Thread (329 messages) 329 messages, 12 authors, 2018-03-14

Re: [PATCH 09/26] transport: store protocol version

From: Brandon Williams <hidden>
Date: 2018-01-09 19:15:17

On 01/09, Jonathan Tan wrote:
On Tue,  2 Jan 2018 16:18:11 -0800
Brandon Williams [off-list ref] wrote:
quoted
diff --git a/transport.c b/transport.c
index 63c3dbab9..2378dcb38 100644
--- a/transport.c
+++ b/transport.c
@@ -118,6 +118,7 @@ struct git_transport_data {
 	struct child_process *conn;
 	int fd[2];
 	unsigned got_remote_heads : 1;
+	enum protocol_version version;
Should this be initialized to protocol_unknown_version? Right now, as
far as I can tell, it is zero-initialized, which means protocol_v0.
I don't think it matters as the value isn't used until after the
version has already been discovered.

-- 
Brandon Williams
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help