summaryrefslogtreecommitdiff
path: root/builtin-ls-remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin-ls-remote.c')
-rw-r--r--builtin-ls-remote.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin-ls-remote.c b/builtin-ls-remote.c
index 720280e390..8907a89d6c 100644
--- a/builtin-ls-remote.c
+++ b/builtin-ls-remote.c
@@ -94,6 +94,8 @@ int cmd_ls_remote(int argc, const char **argv, const char *prefix)
transport_set_option(transport, TRANS_OPT_UPLOADPACK, uploadpack);
ref = transport_get_remote_refs(transport);
+ if (transport_disconnect(transport))
+ return 1;
for ( ; ref; ref = ref->next) {
if (!check_ref_type(ref, flags))
continue;