summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbitbake/lib/bb/main.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py
index f08a8ef592..4d77408f6a 100755
--- a/bitbake/lib/bb/main.py
+++ b/bitbake/lib/bb/main.py
@@ -358,8 +358,6 @@ def bitbake_main(configParams, configuration):
358 try: 358 try:
359 server_connection = server.establishConnection(featureset) 359 server_connection = server.establishConnection(featureset)
360 except Exception as e: 360 except Exception as e:
361 if configParams.kill_server:
362 return 0
363 bb.fatal("Could not connect to server %s: %s" % (configParams.remote_server, str(e))) 361 bb.fatal("Could not connect to server %s: %s" % (configParams.remote_server, str(e)))
364 362
365 # Restore the environment in case the UI needs it 363 # Restore the environment in case the UI needs it