Skip to content

Commit

Permalink
[irods/irods#4231] Stop passing zone parameter to admin API
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking authored and trel committed Nov 23, 2021
1 parent 3b5ba2b commit e067a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/iadmin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ doCommand( char *cmdToken[], rodsArguments_t* _rodsArgs = 0 ) {

if ( strcmp( cmdToken[0], "mkgroup" ) == 0 ) {
generalAdmin( 0, "add", "user", cmdToken[1], "rodsgroup",
myEnv.rodsZone, "", "", "", "", "" );
"", "", "", "", "", "" );
return 0;
}
if ( strcmp( cmdToken[0], "rmgroup" ) == 0 ) {
Expand Down
2 changes: 1 addition & 1 deletion src/igroupadmin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ doCommand( char *cmdToken[] ) {

if ( strcmp( cmdToken[0], "mkgroup" ) == 0 ) {
userAdmin( "mkgroup", cmdToken[1], "rodsgroup",
myZone, "", "", "", "" );
"", "", "", "", "" );

return 0;
}
Expand Down

0 comments on commit e067a6f

Please sign in to comment.