]> git.proxmox.com Git - pve-cluster.git/commit
pmxcfs: dcdb: fix returned pointer value:
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 2 Sep 2019 08:47:32 +0000 (10:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 2 Sep 2019 09:04:17 +0000 (11:04 +0200)
commitc0547321023a2c280aec91f1a6c2804191b41cbd
treef79c37805faee9b494bcf71d919a3eb9472009bd
parent5e39cd624414d599b1f476e4390046bc5294c6c3
pmxcfs: dcdb: fix returned pointer value:

Commit 926f961f62f5 used a new temporary pointer variable
for type correctness, but the return value was still using
the previous variable which had not been moved forward
anymore.

Fixes: 926f961f62f5 ("pmxcfs dcdb: fix pointer void* aritmethic")
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
data/src/dcdb.c