]> granicus.if.org Git - apache/commitdiff
found wasn't getting incremented when we update an exisiting record, thus
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 2 Jul 2002 22:15:39 +0000 (22:15 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 2 Jul 2002 22:15:39 +0000 (22:15 +0000)
an additional new record was getting created.

Submitted by: Thom May <thom@planetarytramp.net>
Reviewed by: Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95943 13f79535-47bb-0310-9956-ffa450edef68

support/htpasswd.c

index ae7d76a05ea9921c49522d502f734d6a8625adbc..28f16bfa6a80b92ffa1df74638d3947bdf1bfc8b 100644 (file)
@@ -593,6 +593,7 @@ int main(int argc, const char * const argv[])
                  */
                 apr_file_printf(errfile, "Updating ");
                 putline(ftemp, record);
+                found++;
             }
         }
     }