Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9c67c086
...
9c67c086294e853ba6cf24db7067c0ed7c1b3b3f
authored
2007-05-07 06:12:28 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_daemon_remove_pidfile): Reset pidfile.
1 parent
0ab5c137
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/daemon.c
mailbox/daemon.c
View file @
9c67c08
...
@@ -73,6 +73,7 @@ mu_daemon_remove_pidfile (void)
...
@@ -73,6 +73,7 @@ mu_daemon_remove_pidfile (void)
73
{
73
{
74
unlink
(
pidfile
);
74
unlink
(
pidfile
);
75
free
(
pidfile
);
75
free
(
pidfile
);
76
pidfile
=
NULL
;
76
}
77
}
77
}
78
}
78
79
...
...
Please
register
or
sign in
to post a comment