util: str_list_unique() bugfix
commit5b75201dbb9f2e6799fd5c3eee8da6230caee96c
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>
Fri, 13 Nov 2009 01:57:48 +0000 (13 03:57 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 13 Nov 2009 12:19:06 +0000 (13 23:19 +1100)
treeb4a1bff875f4f270f98da67b5c2aee9a2154d577
parentb7839b73b10746c374ca2ed96eb152fa3a03e66a
util: str_list_unique() bugfix

j is actually the index of the last element in the list
size of the list though is j+1 <- to make room for the
terminating NULL element
lib/util/util_strlist.c