Use regmatch when checking for duplicates in hwtable
authorHannes Reinecke <hare@suse.de>
Thu, 5 May 2011 06:53:43 +0000 (08:53 +0200)
committerHannes Reinecke <hare@suse.de>
Thu, 5 May 2011 07:09:27 +0000 (09:09 +0200)
commitb8d26fcfdd1d554e396bf572b0092e1d0f9dce80
treedb34b0d54a7292f5e9fb6f2334f6655bd606d77d
parent091ba626b70279dcdd8741c8c0e2c0b581f0d334
Use regmatch when checking for duplicates in hwtable

When elimininating duplicates in the config file we should
rather be using regmatch, otherwise it's near to impossible to
guess how the actual regexp in the built-in hardware table
is specified.

Signed-off-by: Hannes Reinecke <hare@suse.de>
libmultipath/config.c