]> git.ipfire.org Git - thirdparty/git.git/commit - http-push.c
http-push: fix check condition on http.c::finish_http_pack_request()
authorTay Ray Chuan <rctay89@gmail.com>
Sat, 31 Oct 2009 00:47:20 +0000 (17:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 31 Oct 2009 02:20:53 +0000 (19:20 -0700)
commit609621a4ad8144e56df6e5f811eb037661967f49
treeb1576db5f7a054e75fc1e23b65405aa92a27a8a3
parentc274db7057318835e975c26284f6f9d723b938f3
http-push: fix check condition on http.c::finish_http_pack_request()

Check that http.c::finish_http_pack_request() returns 0 (for success).

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-push.c