svn commit: samba r4887 - in branches/SAMBA_4_0/source/ntvfs/posix: .

tridge at samba.org tridge at samba.org
Fri Jan 21 06:56:13 GMT 2005


Author: tridge
Date: 2005-01-21 06:56:13 +0000 (Fri, 21 Jan 2005)
New Revision: 4887

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4887

Log:
removed a bogus cast

Modified:
   branches/SAMBA_4_0/source/ntvfs/posix/pvfs_xattr.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_xattr.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/pvfs_xattr.c	2005-01-21 06:55:33 UTC (rev 4886)
+++ branches/SAMBA_4_0/source/ntvfs/posix/pvfs_xattr.c	2005-01-21 06:56:13 UTC (rev 4887)
@@ -131,7 +131,7 @@
 	DATA_BLOB blob;
 	NTSTATUS status;
 
-	status = ndr_push_struct_blob(&blob, mem_ctx, p, (ndr_push_flags_fn_t)push_fn);
+	status = ndr_push_struct_blob(&blob, mem_ctx, p, push_fn);
 	if (!NT_STATUS_IS_OK(status)) {
 		talloc_free(mem_ctx);
 		return status;



More information about the samba-cvs mailing list