Fixed send information about package and added SQL script installer
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user