sync 3.0 into HEAD for the last time
[vlendec/samba-autobuild/.git] / source3 / include / rpc_dce.h
index dc82f4536853d46441d8598bcbac260b975de7b9..2e4a418bb7d186b7510a3f412877d5b273619610 100644 (file)
@@ -78,8 +78,8 @@ enum netsec_direction
 #define AUTH_PIPE_NETSEC  0x0008
 
 /* Maximum PDU fragment size. */
-#define MAX_PDU_FRAG_LEN 0x1630
-/* #define MAX_PDU_FRAG_LEN 0x10b8             this is what w2k sets */
+/* #define MAX_PDU_FRAG_LEN 0x1630             this is what wnt sets */
+#define MAX_PDU_FRAG_LEN 0x10b8                        /* this is what w2k sets */
 
 /*
  * Actual structure of a DCE UUID
@@ -136,8 +136,8 @@ typedef struct rpc_hdr_info
 typedef struct rpc_hdr_req_info
 {
   uint32 alloc_hint;   /* allocation hint - data size (bytes) minus header and tail. */
-  uint16 context_id;   /* 0 - presentation context identifier */
-  uint16  opnum;        /* opnum */
+  uint16 context_id;   /* presentation context identifier */
+  uint16  opnum;       /* opnum */
 
 } RPC_HDR_REQ;