Ensure that items in a list of strings containing whitespace
authorGerald Carter <jerry@samba.org>
Sat, 22 Nov 2003 04:35:36 +0000 (04:35 +0000)
committerGerald Carter <jerry@samba.org>
Sat, 22 Nov 2003 04:35:36 +0000 (04:35 +0000)
commit59e9d6e301c752e99fb6a50204d7941f7f84566a
tree9d879ed59d261cedb85a5cd6a89f859b1b714478
parentf68c2ff0f3307612ddbe62b8cc2ea12251d54ec6
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.
source/lib/util_str.c
source/param/loadparm.c
source/web/swat.c