Fix mxs729_maxadmin

The results returned appear to be inverted with C++11 version of an
unordered map.
This commit is contained in:
Markus Mäkelä 2018-07-07 20:20:10 +03:00
parent 86cdb14286
commit 881c49c57d
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -21,8 +21,8 @@ const char * user_added = "The Linux user %s has successfully been enabled.\n";
const char * user_removed = "The Linux user %s has successfully been disabled.\n";
const char * remove_last_admin = "Cannot remove the last admin account";
const char * root_added = "User root has been successfully added.\n";
const char * user_and_root = "Enabled Linux accounts (secure) : root, %s\n";
const char * user_only = "Enabled Linux accounts (secure) : root, %s\n";
const char * user_and_root = "Enabled Linux accounts (secure) : %s, root\n";
const char * user_only = "Enabled Linux accounts (secure) : %s, root\n";
void add_remove_maxadmin_user(TestConnections* Test)
{