[Title]fix wrong statement
authormunkyu.im <munkyu.im@samsung.com>
Thu, 15 Mar 2012 07:09:29 +0000 (16:09 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Thu, 15 Mar 2012 07:09:29 +0000 (16:09 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/process.c

index fa0bf7bcab611ce9d4adce23737f46c2cb57b587..31108e4da4e466aee5895c3b8e1b475b94375183 100644 (file)
@@ -151,7 +151,7 @@ int write_portfile(char *path)
        int             fd = -1;
        char    buf[128] = "";
     
-    if(tizen_base_port = 0)
+    if(tizen_base_port == 0)
         return 0;
 
     if(!g_path_is_absolute(path))