1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00
This commit is contained in:
David Hill
2018-10-23 14:53:40 -05:00
parent 9bce56beb3
commit 43c21d0ff9

View File

@@ -8800,7 +8800,7 @@ int Oam::glusterctl(GLUSTER_COMMANDS command, std::string argument1, std::string
string glustercmd = "gluster ";
string SUDO = "";
if ( user != "root" )
if ( user != 0 )
SUDO = "sudo ";
string errmsg = "";