]> git.proxmox.com Git - pve-http-server.git/commit - src/PVE/APIServer/AnyEvent.pm
anyevent: rpcenv is optional and from our child instance
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 06:07:17 +0000 (08:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 06:08:00 +0000 (08:08 +0200)
commite52d940029c184fe76e7fd93bf5c09476b3a77bb
tree12b9b002c5127e99878e7412e63a6ae227cdef0b
parent3396e08126abe7b3db351809fbc906f223f69568
anyevent: rpcenv is optional and from our child instance

This fixes the simple-demo, which was regressed with commit
8782148642e4a09c5852781ec057017cc1145f17 were we falsely assumed that
we always have an rpcenv instance here, but actually that's just
optional as it comes from our child class instance

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/APIServer/AnyEvent.pm