Address the string_sub problem by changing len = 0 to mean "no expand".
authorJeremy Allison <jra@samba.org>
Tue, 2 Jul 2002 06:34:27 +0000 (06:34 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 2 Jul 2002 06:34:27 +0000 (06:34 +0000)
commit17cae0d683be404be69554cd0e84117bdcc56c87
treea29e303dfab1e74a5084bccaab92b010d90a754f
parent80c3c68de20a686ced38356fd68f80a53e6f1626
Address the string_sub problem by changing len = 0 to mean "no expand".
Went through and checked all string_subs I could to ensure they're being
used correctly.
Jeremy.
14 files changed:
source/auth/auth_domain.c
source/auth/auth_server.c
source/auth/pampass.c
source/lib/substitute.c
source/lib/util_str.c
source/msdfs/msdfs.c
source/param/loadparm.c
source/printing/lpq_parse.c
source/printing/print_generic.c
source/rpc_server/srv_spoolss_nt.c
source/rpc_server/srv_srvsvc_nt.c
source/smbd/lanman.c
source/smbd/message.c
source/smbd/service.c