Skip to content

Commit 115d4e3

Browse files
committed
flypenteam
1 parent 679c0a2 commit 115d4e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user_controller.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ void userInit(std::string username)
1111
{
1212
std::string sender="Flypen Team";
1313
std::string message="Welcome to flypen! We are glad to see you here!";
14-
sql_addhistory( sender, username, message, 0);
14+
sql_addhistory( sender, username, message, "0");
15+
return ;
1516
}
1617

1718
void Handle(const HttpRequestPtr &req, std::function<void(const HttpResponsePtr &)> &&callback, HandlerFunc handler)

0 commit comments

Comments
 (0)