svn commit: samba r23726 - in branches/SAMBA_3_0/source: include lib libsmb smbd

Jeremy Allison jra at samba.org
Fri Jul 6 22:58:18 GMT 2007


On Thu, Jul 05, 2007 at 04:33:40PM +0000, vlendec at samba.org wrote:
> Author: vlendec
> Date: 2007-07-05 16:33:37 +0000 (Thu, 05 Jul 2007)
> New Revision: 23726
> 
> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23726
> 
> Log:
> Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next
> checkin will pull this up to srvstr_get_path. At that point we can get more
> independent of the inbuf, the base_ptr in pull_string will only be used
> to satisfy UCS2 alignment constraints.

+1 from me. I might go and add some local variable optimizations
as I hate to see the same macro call made over and over again on
subsequent lines of code :-).

Jeremy.


More information about the samba-cvs mailing list