You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Randy Terbush <ra...@hyperreal.com> on 1996/12/24 21:55:28 UTC

cvs commit: apache/src mod_auth_db.c

randy       96/12/24 12:55:27

  Modified:    src       mod_auth_db.c
  Log:
  Fix typo
  
  Revision  Changes    Path
  1.8       +1 -1      apache/src/mod_auth_db.c
  
  Index: mod_auth_db.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_auth_db.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** mod_auth_db.c	1996/12/24 19:10:29	1.7
  --- mod_auth_db.c	1996/12/24 20:55:26	1.8
  ***************
  *** 252,258 ****
    
               if (!(groups = get_db_grp(r, user, sec->auth_dbgrpfile))) {
    	       if (!(sec->auth_dbauthoritative))
  ! 		 return DECLINED:
                   sprintf(errstr,"user %s not in DB group file %s",
    		       user, sec->auth_dbgrpfile);
    	       log_reason (errstr, r->filename, r);
  --- 252,258 ----
    
               if (!(groups = get_db_grp(r, user, sec->auth_dbgrpfile))) {
    	       if (!(sec->auth_dbauthoritative))
  ! 		 return DECLINED;
                   sprintf(errstr,"user %s not in DB group file %s",
    		       user, sec->auth_dbgrpfile);
    	       log_reason (errstr, r->filename, r);