CVS update: samba/source/rpc_client

Elrond elrond at samba.org
Sat Jul 15 03:21:59 EST 2000


Note, that prs_realloc_data from TNG and prs_grow in HEAD
have different semantics:

prs_realloc_data can shrink the buffer of a prs_struct,
while prs_grow can only enlarge it.

I think, this distinction is used in TNG to shrink the
buffer at some times.

    Elrond

On Sat, Jul 15, 2000 at 03:02:35AM +1000, Gerald Carter wrote:
> 
> Date:	Saturday July 15, 2000 @ 3:01
> Author:	jerry
> 
> Update of /data/cvs/samba/source/rpc_client
> In directory samba:/tmp/cvs-serv9102
> 
> Modified Files:
> 	cli_spoolss.c 
> Log Message:
> cleaned up access to prs_struct variables.  Replaced all calls
> 
> 	prs_free_data() => prs_mem_free
> 	prs_realloc_data => prs_grow
> 
> 
> --jerry


More information about the samba-cvs mailing list