CVS update: samba/source/winregd

Luke Leighton lkcl at samba.anu.edu.au
Fri Feb 11 11:13:06 EST 2000


Date:	Friday February 11, 2000 @ 11:13
Author:	lkcl

Update of /data/cvs/samba/source/winregd
In directory samba:/tmp/cvs-serv24632/winregd

Modified Files:
      Tag: SAMBA_TNG
	srv_reg_nt.c 
Log Message:
yes, it's a biggie.  another semi-automated job, sed script by sander striker.

i had to use :map = /_io_^[bX$xA &&^[^M6ddcf(  ^[ in vi to modify what you
did, sander, to change this:
if (!xxx_io_xxx(....))
{
	return False;
}


/* ..... */
if (rpc_con_pipe_req(...))
{
....

into this:
if (xxx_io_xxx(....) &&
    rpc_con_pipe_req(...))
{
....

because the return False; would have resulted in memory leaks.


<a href="mailto:lkcl at samba.org"   > Luke Kenneth Casson Leighton    </a>
<a href="http://www.cb1.com/~lkcl"> Samba and Network Development   </a>
<a href="http://samba.org"        > Samba Web site                  </a>
<a href="http://www.iss.net"      > Internet Security Systems, Inc. </a>
<a href="http://mcp.com"          > Macmillan Technical Publishing  </a>

 ISBN1578701503 DCE/RPC over SMB: Samba and Windows NT Domain Internals


More information about the samba-cvs mailing list