diff options
author | Anders Nordby <anders@FreeBSD.org> | 2001-11-12 03:24:59 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2001-11-12 03:24:59 +0000 |
commit | 05cc414626152ff41f32cfff6b1f8af979e6ea08 (patch) | |
tree | e92b22a9080357c77a9e4b91df99fd2e53ec2c24 /www/mod_mysqluserdir/files/patch-mod_mysqluserdir.c | |
parent | Add mod_mylo, a module for Apache that sends logs directly to a MySQL database (diff) |
Add mod_mysqluserdir, an Apache module to make Apache get userdirs from MySQL.
PR: 31577
Approved by: will
Notes
Notes:
svn path=/head/; revision=49956
Diffstat (limited to 'www/mod_mysqluserdir/files/patch-mod_mysqluserdir.c')
-rw-r--r-- | www/mod_mysqluserdir/files/patch-mod_mysqluserdir.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/mod_mysqluserdir/files/patch-mod_mysqluserdir.c b/www/mod_mysqluserdir/files/patch-mod_mysqluserdir.c new file mode 100644 index 000000000000..32e3c2f30783 --- /dev/null +++ b/www/mod_mysqluserdir/files/patch-mod_mysqluserdir.c @@ -0,0 +1,10 @@ +--- mod_mysqluserdir.c.orig Sun Oct 28 14:08:24 2001 ++++ mod_mysqluserdir.c Sun Oct 28 14:08:53 2001 +@@ -614,7 +614,6 @@ + + if (sql_row=mysql_fetch_row(result)) { + values=sql_row[0]; +- mysql_free_result(result); + } + + else |