execute mysql_check only if a query fails.
[NeonServV5.git] / cmd_neonserv_netinfo.c
index 5d814d8f8d9efb9fe0db6050013a91d3be351710..b08fc8fe1a12509e4a7f6dccf312035106254275 100644 (file)
@@ -71,7 +71,6 @@ static CMD_BIND(neonserv_cmd_netinfo) {
     
     MYSQL_RES *res;
     MYSQL_ROW row;
-    check_mysql();
     printf_mysql_query("SHOW TABLE STATUS");
     res = mysql_use();
     int mysql_entrys[4];