On Tue, 2007-04-24 at 16:35 -0400, Jim McDonough wrote:
> On 4/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > Fix build
> > -       if NT_STATUS_IS_OK(status) {
> > +       if (NT_STATUS_IS_OK(status)) {
> >
> Ummm,  uhh....umm..... uhhh.....
> 
> Thanks.  But it really did build on my system :-)

That is expected (or at lease plausable?).  If your system does support
immediate structures, then the macro expands to something with the
appropriate ().  On other platforms, it disappears.

Andrew Bartlett

-- 
Andrew Bartlett                                http://samba.org/~abartlet/
Authentication Developer, Samba Team           http://samba.org
Samba Developer, Red Hat Inc.                  http://redhat.com

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to