]> git.proxmox.com Git - pve-access-control.git/commitdiff
fixup comments about config locks
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 11 Aug 2023 11:30:13 +0000 (13:30 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 11 Aug 2023 11:31:40 +0000 (13:31 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/Auth/Plugin.pm

index 429bc88cdad96469fd8054c810cb4aeb916e90cd..aa3706fd3d59d391cc0358b7d84d0e5ee230a9cb 100755 (executable)
@@ -311,7 +311,7 @@ sub on_update_hook {
 # and if the activate check on addition fails, to cleanup all storage traces
 # which on_add_hook may have created.
 # die to abort deletion if there are (very grave) problems
-# NOTE: runs in a storage config *locked* context
+# NOTE: runs in a domain config *locked* context
 sub on_delete_hook {
     my ($class, $realm, $config) = @_;
     # do nothing by default
@@ -319,7 +319,7 @@ sub on_delete_hook {
 
 # called during addition and updates of realms (before the new domain config gets written)
 # die to abort addition/update in case the connection/bind fails
-# NOTE: runs in a storage config *locked* context
+# NOTE: runs in a domain config *locked* context
 sub check_connection {
     my ($class, $realm, $config, %param) = @_;
     # do nothing by default