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/09/13 19:33:28 UTC

cvs commit: httpd-2.0/modules/aaa mod_authn_dbm.c

wrowe       2002/09/13 10:33:28

  Modified:    modules/aaa mod_authn_dbm.c
  Log:
    Axe unused variable 'res'
  
  Revision  Changes    Path
  1.3       +0 -1      httpd-2.0/modules/aaa/mod_authn_dbm.c
  
  Index: mod_authn_dbm.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authn_dbm.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_authn_dbm.c	10 Sep 2002 06:57:03 -0000	1.2
  +++ mod_authn_dbm.c	13 Sep 2002 17:33:27 -0000	1.3
  @@ -165,7 +165,6 @@
       apr_datum_t dbm_pw;
       apr_status_t rv;
       char *dbm_password;
  -    int res;
   
       rv = fetch_dbm(conf->dbmtype, conf->pwfile, user, &dbm_pw, r->pool);