svn commit: samba r23066 - in
branches/SAMBA_4_0/source/torture/libnet: .
Rafal Szczesniak
mimir at samba.org
Wed May 23 07:30:13 GMT 2007
Metze,
On Tue, May 22, 2007 at 09:02:17AM +0000, metze at samba.org wrote:
> Author: metze
> Date: 2007-05-22 09:02:16 +0000 (Tue, 22 May 2007)
> New Revision: 23066
>
> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23066
>
> Log:
> don't ignore errors
>
> metze
> Modified:
> branches/SAMBA_4_0/source/torture/libnet/libnet_user.c
>
>
> Changeset:
> Modified: branches/SAMBA_4_0/source/torture/libnet/libnet_user.c
> ===================================================================
> --- branches/SAMBA_4_0/source/torture/libnet/libnet_user.c 2007-05-22 06:34:14 UTC (rev 23065)
> +++ branches/SAMBA_4_0/source/torture/libnet/libnet_user.c 2007-05-22 09:02:16 UTC (rev 23066)
> @@ -536,6 +536,7 @@
> status = libnet_UserInfo(ctx, mem_ctx, &user_req);
> if (!NT_STATUS_IS_OK(status)) {
> printf("libnet_UserInfo call failed: %s\n", nt_errstr(status));
> + ret = False;
> continue;
> }
Thanks for catching that.
cheers,
--
Rafal Szczesniak
Samba Team member http://www.samba.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.samba.org/archive/samba-technical/attachments/20070523/cca3069e/attachment.bin
More information about the samba-technical
mailing list