diff --git a/src/list_mgr/mysql_wrapper.c b/src/list_mgr/mysql_wrapper.c index cd3da902..a60592bc 100644 --- a/src/list_mgr/mysql_wrapper.c +++ b/src/list_mgr/mysql_wrapper.c @@ -115,7 +115,7 @@ bool db_is_retryable(int db_err) /* create client connection */ int db_connect(db_conn_t *conn) { - my_bool reconnect = 1; + bool reconnect = 1; unsigned int retry = 0; /* Connect to database */