projects
/
platform
/
core
/
system
/
stability-monitor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f48397
)
Use livedump_pid() according to its new signature
79/255779/2
author
Konrad Kuchciak
<k.kuchciak@samsung.com>
Tue, 23 Mar 2021 12:30:11 +0000
(13:30 +0100)
committer
Konrad Kuchciak
<k.kuchciak@samsung.com>
Wed, 24 Mar 2021 09:48:44 +0000
(10:48 +0100)
Change-Id: Ic1de766063ca005a7b472bb8eb7cf377cd19649f
src/action.c
patch
|
blob
|
history
diff --git
a/src/action.c
b/src/action.c
index 6f6f762c35fcc3f7ac698793f6941ba273d1c171..af6f698356dc1276aecbd1e9f85a9a07d4c88953 100644
(file)
--- a/
src/action.c
+++ b/
src/action.c
@@
-165,7
+165,7
@@
static void livedump_pid_thread_cb(GTask *task,
goto finish;
}
- ret =
(livedump_pid(ad->ds->process->pid, reason, ad->report_path, PATH_MAX) == FALSE
);
+ ret =
livedump_pid(ad->ds->process->pid, reason, ad->report_path, PATH_MAX
);
finish:
free(actual_str);