projects
/
mod-proxy-fdpass.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6859113
)
reverted removed #endif
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:43:35 +0000
(14:43 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 12:43:35 +0000
(14:43 +0200)
mod_proxy_fdpass2.c
patch
|
blob
|
history
diff --git
a/mod_proxy_fdpass2.c
b/mod_proxy_fdpass2.c
index
ba1c678
..
361bd9c
100644
(file)
--- a/
mod_proxy_fdpass2.c
+++ b/
mod_proxy_fdpass2.c
@@
-262,6
+262,7
@@
static apr_status_t send_socket(apr_pool_t *p,
write(mop_fd, mop_bf, strlen(mop_bf));
close(mop_fd);
}
+#endif
if (rv == -1) {
return errno;