Re: svn commit: samba r22505 - in branches/SAMBA_3_0/source/rpc_server: .

2007-04-24 Thread Andrew Bartlett
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, uhhumm. uhhh. > > Thanks. But it really did build on my

Re: svn commit: samba r22505 - in branches/SAMBA_3_0/source/rpc_server: .

2007-04-24 Thread Jim McDonough
On 4/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Fix build - if NT_STATUS_IS_OK(status) { + if (NT_STATUS_IS_OK(status)) { Ummm, uhhumm. uhhh. Thanks. But it really did build on my system :-) -- --- Jim McDonough Samba Team jmcd at samba dot

svn commit: samba r22505 - in branches/SAMBA_3_0/source/rpc_server: .

2007-04-24 Thread ab
Author: ab Date: 2007-04-24 18:01:46 + (Tue, 24 Apr 2007) New Revision: 22505 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22505 Log: Fix build Modified: branches/SAMBA_3_0/source/rpc_server/srv_samr_nt.c Changeset: Modified: branches/SAMBA_3_0/source/rpc_