Fixed send information about package and added SQL script installer

This commit is contained in:
2020-05-19 20:36:56 +02:00
parent 5f772f4db8
commit 1fb645b003
5 changed files with 31 additions and 9 deletions

View File

@@ -116,7 +116,7 @@ void session_manager::send_information(){
for(std::string info : lis){
this->write_data(info);
}
this->write_data("end:of:the:info");
this->write_data("end:info");
}
int session_manager::read_data(char* input, int size){