diff --git a/source/ublexec.cc b/source/ublexec.cc index 41f1f5f..557053d 100644 --- a/source/ublexec.cc +++ b/source/ublexec.cc @@ -841,13 +841,6 @@ unsigned short MainWindow::read_uid_min_max(string filename, string search){ } void MainWindow::pars_users() { - //string str_uid_max = this->call("grep \"^UID_MAX\" /etc/login.defs | xargs | cut -d ' ' -f 2)"); - //int uid_max = 0; - //if (str_uid_max.length() > 3){ - // int uid_max = stoi(str_uid_max); - //} - //else{ - unsigned short uid_min = this->read_uid_min_max("/etc/login.defs", "UID_MIN"); unsigned short uid_max = this->read_uid_min_max("/etc/login.defs", "UID_MAX"); while (true) {