Commit a2e8d08b authored by jimw@rama.(none)'s avatar jimw@rama.(none)

Merge bk-internal:/home/bk/mysql-5.0-maint

into  rama.(none):/home/jimw/my/mysql-5.0-clean
parents 3f2c9aa7 9c3012e6
...@@ -31,12 +31,12 @@ void my_fromhost(struct request_info *req) ...@@ -31,12 +31,12 @@ void my_fromhost(struct request_info *req)
int my_hosts_access(struct request_info *req) int my_hosts_access(struct request_info *req)
{ {
hosts_access(req); return hosts_access(req);
} }
char *my_eval_client(struct request_info *req) char *my_eval_client(struct request_info *req)
{ {
eval_client(req); return eval_client(req);
} }
#endif /* HAVE_LIBWRAP */ #endif /* HAVE_LIBWRAP */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment