You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/12/18 20:31:03 UTC

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

wrowe       2002/12/18 11:31:03

  Modified:    src/modules/experimental mod_auth_digest.c
  Log:
    Went a little #endif happy in rev 1.1863
  
  Revision  Changes    Path
  1.26      +0 -1      apache-1.3/src/modules/experimental/mod_auth_digest.c
  
  Index: mod_auth_digest.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/experimental/mod_auth_digest.c,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- mod_auth_digest.c	25 Nov 2002 10:31:31 -0000	1.25
  +++ mod_auth_digest.c	18 Dec 2002 19:31:03 -0000	1.26
  @@ -375,7 +375,6 @@
       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)