New version

This commit is contained in:
Massimiliano Pinto
2013-05-12 21:00:25 +02:00
parent 60605e8ca3
commit 4377d2ec9e

View File

@ -53,7 +53,6 @@ static char *strend(register const char *s)
int mysql_select_db(MYSQL_conn *conn, const char *db) {
apr_status_t rv;
//uint8_t *packet_buffer = NULL;
long bytes;
int ret = 1;
uint8_t packet_buffer[SMALL_CHUNK] = "";