| 123456789101112131415161718192021222324 |
- Index: mod_auth_mysql.c
- --- mod_auth_mysql.c.orig 2004-09-10 20:46:16 +0200
- +++ mod_auth_mysql.c 2004-09-10 20:50:32 +0200
- @@ -127,9 +127,9 @@
- #include "http_request.h" /* for ap_hook_(check_user_id | auth_checker)*/
- #include "ap_compat.h"
- #include "apr_strings.h"
- -#include "util_md5.h"
- #include "crypt.h"
- #endif
- +#include "util_md5.h"
- #include <mysql.h>
-
- /*
- @@ -412,7 +412,7 @@
- (void*)XtOffsetOf(mysql_auth_config_rec, mysqlsocket),
- OR_AUTHCFG, TAKE1, "mysql server socket path" },
-
- - { "AuthMySQLPort", ap_set_int_slot,
- + { "AuthMySQLPort", ap_set_flag_slot,
- (void*)XtOffsetOf(mysql_auth_config_rec, mysqlport),
- OR_AUTHCFG, TAKE1, "mysql server port number" },
-
|