projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5cf776
)
prepend 0
author
Jim Jagielski
<jim@apache.org>
Thu, 18 Sep 2014 12:14:05 +0000
(12:14 +0000)
committer
Jim Jagielski
<jim@apache.org>
Thu, 18 Sep 2014 12:14:05 +0000
(12:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1625953
13f79535
-47bb-0310-9956-
ffa450edef68
server/mpm_unix.c
patch
|
blob
|
history
diff --git
a/server/mpm_unix.c
b/server/mpm_unix.c
index 97e3e65dff6056a97368be4615d43fda207a09bd..1ea08e66d1226d7b333f635ecf1a126db8751d7d 100644
(file)
--- a/
server/mpm_unix.c
+++ b/
server/mpm_unix.c
@@
-579,7
+579,7
@@
static apr_status_t podx_signal_internal(ap_pod_t *pod,
rv = apr_file_write(pod->pod_out, &char_of_death, &one);
if (rv != APR_SUCCESS) {
- ap_log_error(APLOG_MARK, APLOG_WARNING, rv, ap_server_conf, APLOGNO(2404)
+ ap_log_error(APLOG_MARK, APLOG_WARNING, rv, ap_server_conf, APLOGNO(
0
2404)
"write pipe_of_death");
}
return rv;