diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-06-19 19:49:58 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-06-19 19:49:58 +0200 |
commit | 60d8b9d0d59ef5d2020d8502236512d3188ef193 (patch) | |
tree | f6fcf8403938505b8af8a5f42e85571b6e4c9822 /server | |
parent | Add notes field to conn_rec (diff) | |
download | apache2-60d8b9d0d59ef5d2020d8502236512d3188ef193.tar.xz apache2-60d8b9d0d59ef5d2020d8502236512d3188ef193.zip |
Eliminate warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85616 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r-- | server/mpm/winnt/mpm_winnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index f41ace1d5b..b1738ff44c 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1994,7 +1994,7 @@ static void winnt_pre_config(ap_pool_t *pconf, ap_pool_t *plog, ap_pool_t *ptemp static void winnt_post_config(ap_pool_t *pconf, ap_pool_t *plog, ap_pool_t *ptemp, server_rec* server) { static int restart_num = 0; - ap_status_t rv; + ap_status_t rv = 0; server_conf = server; |