Ensure that items in a list of strings containing whitespace
authorGerald Carter <jerry@samba.org>
Sat, 22 Nov 2003 04:33:36 +0000 (04:33 +0000)
committerGerald Carter <jerry@samba.org>
Sat, 22 Nov 2003 04:33:36 +0000 (04:33 +0000)
commit11f4893145f94c85b4f1268544a84116d3a38751
tree72b5add6f724e945ddbb05a04bdd7bdb0d2d03cc
parentd66def408ea394fe6475e87cd2405173eb7c8c8c
Ensure that items in a list of strings containing whitespace
are written out surrounded by single quotes.  This means that
both double and single quotes are now used to surround
strings in smb.conf.  This is a slight change from the previous
behavior but needed or else things like

    printer admin = +ntadmin, 'VALE\Domain, Admin'

get written to smb.conf by SWAT.
(This used to be commit 5bf91c79d620e34ac71d72c80f74e47754d49dcb)
source3/lib/util_str.c
source3/param/loadparm.c
source3/web/swat.c