svn commit: samba r8168 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Tue Jul 5 12:42:55 GMT 2005


Author: metze
Date: 2005-07-05 12:42:54 +0000 (Tue, 05 Jul 2005)
New Revision: 8168

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

Log:
after testing I saw that w2k3 uses unique pointers on the mgmt pipe
that also matches the spec at http://www.opengroup.org/onlinepubs/9629399/apdyq.htm

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/mgmt.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/mgmt.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/mgmt.idl	2005-07-05 12:09:33 UTC (rev 8167)
+++ branches/SAMBA_4_0/source/librpc/idl/mgmt.idl	2005-07-05 12:42:54 UTC (rev 8168)
@@ -7,8 +7,8 @@
 [
   uuid("afa8bd80-7d8a-11c9-bef4-08002b102989"), 
   version(1.0),
-  pointer_default(sptr),
-  pointer_default_top(sptr),
+  pointer_default(unique),
+  pointer_default_top(unique),
   endpoint("ncalrpc:[EPMAPPER]", "ncacn_ip_tcp:[135]", "ncacn_np:[\\pipe\\epmapper]"),
   helpstring("DCE/RPC Remote Management")
 ] 



More information about the samba-cvs mailing list