svn commit: samba r11658 - in branches/SAMBA_3_0/source: .
Jeremy Allison
jra at samba.org
Fri Nov 11 00:10:38 GMT 2005
On Fri, Nov 11, 2005 at 12:16:44AM +0000, jra at samba.org wrote:
> Author: jra
> Date: 2005-11-11 00:16:43 +0000 (Fri, 11 Nov 2005)
> New Revision: 11658
>
> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11658
>
> Log:
> Someone broke the initialization of the static modules by adding a 'NTSTATUS'
> declaration before their call.
> The compiler sees : { NTSTATUS fn_foo(); NT_STATUS fn_bar(); }
> as *definitions: They need to be : { fn_foo(); fn_bar(); }
> Jeremy.
Strangely enough this was only broken in SAMBA_3_0, not HEAD.
Odd.
Jeremy.
More information about the samba-technical
mailing list