Swap usernames around in mxs729_maxadmin

The usernames were in the wrong order.
This commit is contained in:
Markus Mäkelä
2018-09-10 15:57:06 +03:00
parent 02ac394e38
commit 795796c8a2

View File

@ -20,8 +20,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) : %s, root\n";
const char* user_only = "Enabled Linux accounts (secure) : %s, root\n";
const char* user_and_root = "Enabled Linux accounts (secure) : root, %s\n";
const char* user_only = "Enabled Linux accounts (secure) : root, %s\n";
void add_remove_maxadmin_user(TestConnections* Test)
{