Fix small issues
[src/app-framework-binder.git] / src / sig-monitor.c
index f15f214..7059281 100644 (file)
@@ -154,7 +154,7 @@ static inline int timeout_create()
                rc = timer_create(CLOCK_THREAD_CPUTIME_ID, &sevp, &thread_timerid);
                thread_timer_set = !rc;
        }
-       return 0;
+       return rc;
 }
 
 /*