transport.c: help gcc 4.6.3 users by squelching compiler warning
commit04fe1184fd0611bf26785b365dd344b8f7d72861
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Mar 2013 19:51:50 +0000 (25 12:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Mar 2013 19:51:50 +0000 (25 12:51 -0700)
tree7e399fd56ff6d7620d947f3da5a4d7aa7ce07744
parentc9fc4415e2c7d7673cdad34d41114ede3435a395
transport.c: help gcc 4.6.3 users by squelching compiler warning

To a human reader, it is quite obvious that cmp is assigned before
it is used, but gcc 4.6.3 that ships with Ubuntu 12.04 is among
those that do not get this right.

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