Commit c1b7c3c4 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Remove a warning on some platforms.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87426 13f79535-47bb-0310-9956-ffa450edef68
parent 7c0a68bc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -165,7 +165,9 @@ static char *get_db_pw(request_rec *r, char *user, const char *auth_dbpwfile)
    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));