summaryrefslogtreecommitdiff
path: root/transport-helper.c
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:15:27 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:15:27 +0900
commit93c1ea80c67f3875c237bf649bb062fe8ad235a9 (patch)
treedeec48fbc77f5951f81d7b5559360cdefe88ce7e /transport-helper.c
parent0838f0bf2d0d846caa6753bde65f8ff0390ed9b3 (diff)
downloadgit-93c1ea80c67f3875c237bf649bb062fe8ad235a9.tar.gz
git-93c1ea80c67f3875c237bf649bb062fe8ad235a9.tar.bz2
git-93c1ea80c67f3875c237bf649bb062fe8ad235a9.zip
Imported Upstream version 2.5.0upstream/2.5.0
Diffstat (limited to 'transport-helper.c')
-rw-r--r--transport-helper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/transport-helper.c b/transport-helper.c
index b486441c..5d99a6bc 100644
--- a/transport-helper.c
+++ b/transport-helper.c
@@ -1039,8 +1039,6 @@ int transport_helper_init(struct transport *transport, const char *name)
struct helper_data *data = xcalloc(1, sizeof(*data));
data->name = name;
- transport_check_allowed(name);
-
if (getenv("GIT_TRANSPORT_HELPER_DEBUG"))
debug = 1;