]> git.proxmox.com Git - qemu-server.git/commit - PVE/API2/Qemu.pm
create template: fix permission check
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 3 May 2013 07:10:39 +0000 (09:10 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 3 May 2013 07:14:25 +0000 (09:14 +0200)
commit7af0a6c88d37a1e1cd6bd26a57fb16fdd784d448
tree09e3ae396e5a138893357d4e9d5bc362219b8890
parentd703d4c010933de5bd6a67fb17a22a583da33770
create template: fix permission check

This function only works if the VM already exists. But pool permissions
are automatically inherited on existing VMs, so there is no need
to explicitly check pool permissions.
PVE/API2/Qemu.pm