Add wrapper str_list_make_v3() to replace the old S3 behavior of
authorJeremy Allison <jra@samba.org>
Fri, 7 Nov 2008 02:53:00 +0000 (18:53 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 7 Nov 2008 02:53:00 +0000 (18:53 -0800)
commit8b4b5c3a92be83e99d9177b04f0da56f610025de
tree7ee4a9729d64a7eb52db84c01b4bb65d7fd4c252
parent2c5a9f0a57774b861439390ab86b48c3f0475af8
Add wrapper str_list_make_v3() to replace the old S3 behavior of
str_list_make(). From Dan Sledz <dan.sledz@isilon.com>:
In samba 3.2 passing NULL or an empty string returned NULL.
In master, it now returns a list of length 1 with the first string set
to NULL (an empty list).
Jeremy.
source3/auth/auth.c
source3/include/proto.h
source3/lib/debug.c
source3/lib/util_str.c
source3/libgpo/gpo_ldap.c
source3/param/loadparm.c
source3/smbd/map_username.c
source3/smbd/password.c
source3/web/neg_lang.c