Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
805fef2
)
htpipe: Fixed simple initialization bug.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 15 May 2021 01:21:02 +0000
(
03:21
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 15 May 2021 01:21:05 +0000
(
03:21
+0200)
src/htpipe.c
patch
|
blob
|
blame
|
history
diff --git
a/src/htpipe.c
b/src/htpipe.c
index
7bfde75
..
223212e
100644
(file)
--- a/
src/htpipe.c
+++ b/
src/htpipe.c
@@
-104,6
+104,7
@@
static void runserver(int lsk, int ch)
struct hthead *req;
ncl = 0;
+ cl = NULL;
while(1) {
struct pollfd pfd[ncl + 1];
for(i = 0; i < ncl; i++) {