summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/ssh.py')
-rw-r--r--bitbake/lib/bb/fetch2/ssh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/ssh.py b/bitbake/lib/bb/fetch2/ssh.py
index 2ee9ab093a..91ac15faae 100644
--- a/bitbake/lib/bb/fetch2/ssh.py
+++ b/bitbake/lib/bb/fetch2/ssh.py
@@ -114,7 +114,7 @@ class SSH(FetchMethod):
114 commands.mkarg(ldir) 114 commands.mkarg(ldir)
115 ) 115 )
116 116
117 bb.fetch2.check_network_access(d, cmd) 117 bb.fetch2.check_network_access(d, cmd, urldata.url)
118 118
119 runfetchcmd(cmd, d) 119 runfetchcmd(cmd, d)
120 120