[Title] bug fix : DIBS - register command
authorhataejun <taejun.ha@samsung.com>
Thu, 28 Mar 2013 06:48:41 +0000 (15:48 +0900)
committerhataejun <taejun.ha@samsung.com>
Thu, 28 Mar 2013 06:48:41 +0000 (15:48 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

src/build_server/SocketJobRequestListener.rb

index c8a3e0eeee00c24d30b75f61ed7fc8ce2e73da89..1f2388846e0df305952963c68371cea1a2436f38 100644 (file)
@@ -725,7 +725,7 @@ class SocketJobRequestListener
                        check_distribution(dist_name, req)
 
                        # check project
-                       prj = check_project_for_package_file_name(filename, dist_name, req)
+                       prj = check_project_for_package_file_name(file_path, dist_name, req)
 
                        # check project status
                        if prj.status != "OPEN" then