]> git.proxmox.com Git - pve-common.git/commit
RESTHandler: define empty DESTROY to avoid useless warings
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 31 Dec 2014 16:11:28 +0000 (17:11 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 31 Dec 2014 16:11:28 +0000 (17:11 +0100)
commitf1fb34a0a502368ff2a2c2f6f7b05245a199f735
tree640a1a1349e48373972a9937a3cbc36076177003
parent48876459cb9ffcace663ef0b3d7724f044fc1b12
RESTHandler: define empty DESTROY to avoid useless warings

We oserverd the following warning sometimes:

  (in cleanup) no such method 'main=HASH(0x38b2d48)::DESTROY'

Defining an empty DESTROY seems to avoid it.
data/PVE/RESTHandler.pm