[Title] fix empty_root to empty_room ( string miss )
authorjiil.hyoun <jiil.hyoun@samsung.com>
Wed, 7 Nov 2012 06:41:48 +0000 (15:41 +0900)
committerjiil.hyoun <jiil.hyoun@samsung.com>
Wed, 7 Nov 2012 06:41:48 +0000 (15:41 +0900)
[Type] Bugfix
[Module] Toolchain /
[Priority] Major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I85a1cec78b86b65e88eb0b4dc031867d2afc7506

src/build_server/BuildServer.rb

index 2a7975e72dc2ad8397eb742cf6100a9834c93bc1..9a24cf0de8a76e9e1c67390514fa2f5567298067 100644 (file)
@@ -344,7 +344,7 @@ class BuildServer
                        # compare remain rooms
                        empty_room = server.get_number_of_empty_room
                        if empty_room > max_empty_room then
-                               max_empty_room = empty_root
+                               max_empty_room = empty_room
                                best_server = server
                        end
                end