target: Fix sizeof in kmalloc for some default_groups arrays
authorAndy Grover <agrover@redhat.com>
Mon, 9 Dec 2013 22:27:36 +0000 (14:27 -0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Mon, 16 Dec 2013 20:42:20 +0000 (12:42 -0800)
Allocating an array of pointers, not the objects themselves. These two
sites now match all the other sites.

Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

No differences found