minor fixes
This commit is contained in:
@@ -40,7 +40,7 @@ int session_manager::install_command(std::string package){
|
||||
}
|
||||
std::string buffer;
|
||||
this->con->read_string(buffer,2);
|
||||
return atoi(buffer.data());
|
||||
return (buffer=="ok")?1:-1;
|
||||
}
|
||||
|
||||
int session_manager::remove_command(std::string package){
|
||||
|
||||
Reference in New Issue
Block a user