dm-multipath: typo, strncat instead of strncpy
authorMalahal Naineni <malahal@us.ibm.com>
Wed, 28 Jul 2010 00:46:19 +0000 (17:46 -0700)
committerChristophe Varoqui <christophe.varoqui@opensvc.com>
Tue, 7 Dec 2010 21:47:47 +0000 (22:47 +0100)
commite5ace25ddfc29bf9d709fae9d612afc1023bd7d5
treeb75ffa5c8b59d104892aced8701801494b3d3a57
parent967273d71ba3b5e2aca51c629edb4ea254932588
dm-multipath: typo, strncat instead of strncpy

strncat here doesn't seem right, strncpy should be correct!

Signed-off-by: Malahal Naineni (malahal@us.ibm.com)
PS: But why bother correcting an entry that is going to be deleted
anyway? IMO, just deleting the strncat/strncpy line should be fine too.
Any comments???
libmultipath/configure.c