]> git.proxmox.com Git - qemu-server.git/commit
qmeventd: VMID from PID: avoid goto
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 10 Jul 2023 08:53:02 +0000 (10:53 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 17 Jul 2023 09:30:49 +0000 (11:30 +0200)
commit742da46a44f7d882620ae0d8d8cc08ab7b3f8dcc
treeac0ed5429120595df0b46833c3b7a96227e9986e
parentaaa77c9f7aa4419139a86f397abc4fce8a8e76dd
qmeventd: VMID from PID: avoid goto

If strtol() returns an errno, make sure not to print the error message
twice after the refactoring.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
qmeventd/qmeventd.c