iscsi-target: use kstrdup() for iscsi_param
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 29 Nov 2012 19:29:01 +0000 (20:29 +0100)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sat, 8 Dec 2012 01:55:44 +0000 (17:55 -0800)
The kmalloc() + strlen() + memcpy() block is what kstrdup() does as
well.  While here I also removed the "to NULL assignment" of pointers
which are fed to kfree or thrown away anyway.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

No differences found