You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Mark Cox <mj...@hyperreal.com> on 1996/04/09 10:20:41 UTC

cvs commit: apache/src mod_auth_dbm.c

mjc         96/04/09 01:20:41

  Modified:    src       mod_auth_dbm.c
  Log:
  Undo change to mod_auth_dbm.c that I commited by accident with the STATUS
  modifications
  
  Revision  Changes    Path
  1.4       +0 -4      apache/src/mod_auth_dbm.c
  
  Index: mod_auth_dbm.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_auth_dbm.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** mod_auth_dbm.c	1996/04/09 08:18:38	1.3
  --- mod_auth_dbm.c	1996/04/09 08:20:40	1.4
  ***************
  *** 169,178 ****
    	note_basic_auth_failure (r);
    	return AUTH_REQUIRED;
        }
  -     if (*(colon_pw+1)) {
  - 	table_set(r->headers_in,"AUTH_DATA",colon_pw+1);
  - 	table_set(r->subprocess_env,"AUTH_DATA",colon_pw+1);
  -     }
        return OK;
    }
        
  --- 169,174 ----