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)
commit82176f4d85225c2aae15f9ce3e03730f019934f5
tree3a5ba0496d1e49c3c9c21de5b1fa4d8c56d593c1
parent9674ec6987a002ebdcfedeac4d66a096a1007bef
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.
(This used to be commit 17cae0d683be404be69554cd0e84117bdcc56c87)
14 files changed:
source3/auth/auth_domain.c
source3/auth/auth_server.c
source3/auth/pampass.c
source3/lib/substitute.c
source3/lib/util_str.c
source3/msdfs/msdfs.c
source3/param/loadparm.c
source3/printing/lpq_parse.c
source3/printing/print_generic.c
source3/rpc_server/srv_spoolss_nt.c
source3/rpc_server/srv_srvsvc_nt.c
source3/smbd/lanman.c
source3/smbd/message.c
source3/smbd/service.c