Skip to content

Commit

Permalink
fixed(grants): removed wrong expose ports
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed May 30, 2019
1 parent a7e6edf commit fa47456
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Ravada/Auth/SQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ sub can_list_machines {
|| $self->can_clone_all()
|| $self->can_remove_all()
|| $self->can_rename_all()
|| $self->expose_ports()
|| $self->can_shutdown_all();
return 0;
}
Expand Down

0 comments on commit fa47456

Please sign in to comment.