Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
62687b1
)
htparser: Fixed pidfile initialization bug.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 15 May 2021 01:33:27 +0000
(
03:33
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 15 May 2021 01:33:27 +0000
(
03:33
+0200)
src/htparser.c
patch
|
blob
|
blame
|
history
diff --git
a/src/htparser.c
b/src/htparser.c
index
b7435b9
..
e281abd
100644
(file)
--- a/
src/htparser.c
+++ b/
src/htparser.c
@@
-607,7
+607,7
@@
int main(int argc, char **argv)
struct passwd *pwent;
daemonize = usesyslog = 0;
- root = NULL;
+ root =
pidfile =
NULL;
pwent = NULL;
while((c = getopt(argc, argv, "+hSfu:r:p:")) >= 0) {
switch(c) {