diff options
Diffstat (limited to 'src/pulsecore')
-rw-r--r-- | src/pulsecore/pid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/pid.c b/src/pulsecore/pid.c index 9e93234f..dd2e699d 100644 --- a/src/pulsecore/pid.c +++ b/src/pulsecore/pid.c @@ -220,6 +220,7 @@ int pa_pid_file_create(const char *procname) { if (ours) { pa_log("Daemon already running."); + ret = 1; goto fail; } } |