found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be null before...
authorSimo Sorce <idra@samba.org>
Sun, 28 Jul 2002 18:10:39 +0000 (18:10 +0000)
committerSimo Sorce <idra@samba.org>
Sun, 28 Jul 2002 18:10:39 +0000 (18:10 +0000)
commit69765e4faa8aaae74c97afc917891fc72d80703d
tree56d6cfcb3549efdc88b45c1263ad44cda002dbb0
parent03892bcfbb566f866fa8943dc42b844d833690f4
found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be null before close
this one fixes swat not working with browsers that set more then one language.

along the way implemented language priority in web/neg_lang.c with bubble sort

also changet str_list_make to be able to use a different separator string

Simo.
source/auth/auth.c
source/intl/lang_tdb.c
source/lib/debug.c
source/lib/username.c
source/lib/util_str.c
source/param/loadparm.c
source/passdb/pdb_interface.c
source/smbd/password.c
source/web/neg_lang.c
source/wrepld/process.c