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)
commit3c101594ddb9b8be9378ddd00c175a1fcf04a577
tree944f8060db8b491802dc312236a83e0a54e2eeca
parent1a125f5e402ad433a7192d9c5f5cfbb9593710b0
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 59e9d6e301c752e99fb6a50204d7941f7f84566a)
source3/lib/util_str.c
source3/param/loadparm.c
source3/web/swat.c