r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to
commitc97fe37ea3d92a631e8da17c21dafae1db15e97b
authorMichael Adam <obnox@samba.org>
Fri, 21 Sep 2007 14:37:35 +0000 (21 14:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:58 +0000 (10 12:30 -0500)
tree8a198088c25da1fdd720da7e9d056186eb468380
parent6873d5446e4cee76b022bfc0d33e9e8380e796c0
r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to
the maxeln parameter instead of sizeof(target_area) - 1 (or even
sizeof(fstring) - 1 in some places.

I hope these were really all there were.

Michael
(This used to be commit 9a28be220df622322857dfe102fa35e108f932dc)
source3/printing/nt_printing.c
source3/rpc_client/cli_samr.c
source3/rpc_parse/parse_spoolss.c
source3/rpc_server/srv_samr_nt.c
source3/rpc_server/srv_spoolss_nt.c
source3/rpcclient/cmd_netlogon.c
source3/rpcclient/cmd_samr.c
source3/utils/net_rpc.c
source3/utils/net_rpc_samsync.c
source3/winbindd/winbindd_rpc.c