Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hggq committed Apr 30, 2024
1 parent c909cdf commit abbd06a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vendor/httpserver/src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3632,12 +3632,12 @@ void httpserver::httpwatch()
pn->api_loadview = loadviewso;
pn->api_loadcontrol = loadcontrol;

pn->api_mysqlselect = get_mysqlselectexecute;
pn->api_mysqledit = get_mysqlselectexecute;
pn->api_mysqlcommit = get_mysqlselectexecute;
// pn->api_mysqlselect = get_mysqlselectexecute;
// pn->api_mysqledit = get_mysqlselectexecute;
// pn->api_mysqlcommit = get_mysqlselectexecute;
pn->map_value = sysconfigpath.map_value;
pn->server_global_var = get_server_global_var;
pn->api_mysql_back_conn = back_mysql_connect;
//pn->api_mysql_back_conn = back_mysql_connect;
#endif

int catch_num = 0;
Expand Down

0 comments on commit abbd06a

Please sign in to comment.