author | Petr Baudis <pasky@suse.cz> | |
Sat, 1 Jul 2006 21:56:26 +0000 (23:56 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 2 Jul 2006 00:09:26 +0000 (17:09 -0700) | ||
commit | ac3bc6c1d1f549f6809d8a7d29bcaed302f3c193 | |
tree | 2bcf9974fbf89dcb0389fbf496a553dbb2f26c7b | tree | snapshot |
parent | c64ea8521bc81b52da45d3deb3a419928d4b6b29 | commit | diff |
Fix errno usage in connect.c
errno was used after it could've been modified by a subsequent library call.
Spotted by Morten Welinder.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
errno was used after it could've been modified by a subsequent library call.
Spotted by Morten Welinder.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
connect.c | diff | blob | history |