From: William A. Rowe Jr Date: Wed, 18 Dec 2002 19:31:03 +0000 (+0000) Subject: Went a little #endif happy in rev 1.1863 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0308e9ee1c4fc830c26201c20c8c6dd6af2f0f4;p=thirdparty%2Fapache%2Fhttpd.git Went a little #endif happy in rev 1.1863 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98013 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/modules/experimental/mod_auth_digest.c b/src/modules/experimental/mod_auth_digest.c index dc13e57197b..fbc0d0722b8 100644 --- a/src/modules/experimental/mod_auth_digest.c +++ b/src/modules/experimental/mod_auth_digest.c @@ -375,7 +375,6 @@ static void initialize_secret(server_rec *s) ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_NOTICE, s, "Digest: done"); } #endif -#endif #ifdef HAVE_SHMEM_MM static void initialize_tables(server_rec *s)