]> git.ipfire.org Git - thirdparty/git.git/commit - transport.c
transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variable
authorBlake Ramsdell <blaker@gmail.com>
Fri, 2 Nov 2007 02:38:22 +0000 (19:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Nov 2007 09:05:18 +0000 (02:05 -0700)
commit47ec79430dc6a60336bebdc0a45fb9f15129d0c7
tree7bd55e1fab64de496d4fb7aa31e4c6b3aac2255b
parent3e4bb087a18435b12eb82116e93af2887578e816
transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variable

The variable is always set if it is going to be used; gcc just does
not notice it.

Signed-off-by: Blake Ramsdell <blaker@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport.c