Skip to content

Commit

Permalink
lxd/instances: Don't bypass instance limit check
Browse files Browse the repository at this point in the history
Closes lxc/incus#463

Signed-off-by: Stéphane Graber <[email protected]>
(cherry picked from commit e05441c78b9b119d17db0270bd2eb3f5932e07d3)
Signed-off-by: Wesley Hershberger <[email protected]>
License: Apache-2.0
  • Loading branch information
stgraber authored and MggMuggins committed Sep 3, 2024
1 parent 1e0b353 commit 05c5aff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lxd/instances_post.go
Original file line number Diff line number Diff line change
Expand Up @@ -1238,8 +1238,6 @@ func instancesPost(d *Daemon, r *http.Request) response.Response {
if err != nil {
return err
}

return nil
}

if !clusterNotification {
Expand Down

0 comments on commit 05c5aff

Please sign in to comment.