summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake-hashclient3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/bin/bitbake-hashclient b/bitbake/bin/bitbake-hashclient
index 29ab65f177..a89290217b 100755
--- a/bitbake/bin/bitbake-hashclient
+++ b/bitbake/bin/bitbake-hashclient
@@ -151,9 +151,6 @@ def main():
151 func = getattr(args, 'func', None) 151 func = getattr(args, 'func', None)
152 if func: 152 if func:
153 client = hashserv.create_client(args.address) 153 client = hashserv.create_client(args.address)
154 # Try to establish a connection to the server now to detect failures
155 # early
156 client.connect()
157 154
158 return func(args, client) 155 return func(args, client)
159 156