You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/12/19 20:44:18 UTC

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

rbb         00/12/19 11:44:17

  Modified:    modules/aaa mod_auth_db.c
  Log:
  Remove a warning on some platforms.
  
  Revision  Changes    Path
  1.20      +2 -0      httpd-2.0/modules/aaa/mod_auth_db.c
  
  Index: mod_auth_db.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_auth_db.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- mod_auth_db.c	2000/12/19 15:09:01	1.19
  +++ mod_auth_db.c	2000/12/19 19:44:16	1.20
  @@ -165,7 +165,9 @@
       DB *f;
       DBT d, q;
       char *pw = NULL;
  +#if DB_VER > 1
       int retval;
  +#endif
   
       memset(&d, 0, sizeof(d));
       memset(&q, 0, sizeof(q));