Hi,
just found this only printf() in htpasswd.c

--- htpasswd.c.org      Sun Mar 14 00:05:22 2004
+++ htpasswd.c          Sun Mar 14 00:27:06 2004
@@ -497,7 +497,7 @@
             exit(i);
         }
         if (mask & APHTP_NOFILE) {
-            printf("%s\n", record);
+            apr_file_printf(errfile, "%s\n", record);
             exit(0);
         }
     }


Guenter.

Attachment: htpasswd.c.diff
Description: Binary data

Reply via email to