multipath-tools: Assign correct pointer from REALLOC
authorChristof Schmitt <christof.schmitt@de.ibm.com>
Thu, 22 Jul 2010 16:36:47 +0000 (18:36 +0200)
committerChristophe Varoqui <christophe.varoqui@opensvc.com>
Mon, 26 Jul 2010 08:29:16 +0000 (10:29 +0200)
commit828d2fbaab304d1ec7db2f563a59eaf2c7a516ea
tree3abeb2d4ea38744da404c9ab052ae241e3285ba5
parent3b7f5d6a480a0116f240c55f5d2d33881e7ebf50
multipath-tools: Assign correct pointer from REALLOC

Assign the pointer returned from REALLOC to v->slot; this is the memory area to
be changed.

Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
libmultipath/vector.c