]> git.pld-linux.org Git - packages/apache1-mod_antihak.git/blob - apache1-mod_antihak-mysql-API.patch
- BR s@%{apxs}@apache1-apxs@g
[packages/apache1-mod_antihak.git] / apache1-mod_antihak-mysql-API.patch
1 --- ./reset_stats/reset_stats.c~        2001-10-11 10:00:29.000000000 +0200
2 +++ ./reset_stats/reset_stats.c 2005-02-10 17:45:40.000000000 +0200
3 @@ -42,7 +42,7 @@
4      return "mysql_init";
5    }
6  
7 -  if( !mysql_connect( server, "localhost", STATS_USER, STATS_PASSWD ) )
8 +  if (!mysql_real_connect(server, "localhost", STATS_USER, STATS_PASSWD, NULL, MYSQL_PORT, NULL, 0))
9    {
10      result = "mysql_connect";
11      goto end_app;
This page took 0.056583 seconds and 3 git commands to generate.