From 05c5aff2ea9ca78dd7800733bd6a07844e70a5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Sun, 18 Feb 2024 17:33:27 -0500 Subject: [PATCH] lxd/instances: Don't bypass instance limit check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes https://github.com/lxc/incus/issues/463 Signed-off-by: Stéphane Graber (cherry picked from commit e05441c78b9b119d17db0270bd2eb3f5932e07d3) Signed-off-by: Wesley Hershberger License: Apache-2.0 --- lxd/instances_post.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/lxd/instances_post.go b/lxd/instances_post.go index 0640ce6904f9..7d5cd4e6255c 100644 --- a/lxd/instances_post.go +++ b/lxd/instances_post.go @@ -1238,8 +1238,6 @@ func instancesPost(d *Daemon, r *http.Request) response.Response { if err != nil { return err } - - return nil } if !clusterNotification {