From 0805d1ddc324ec6f8ffd35b296f9fc4a245dccb9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 14 Jun 2004 02:58:50 +0000 Subject: r1125: Remove bougus comments. (The real fix was to the sealed pipe padding) Andrew Bartlett (This used to be commit 61768f4cb3a268ce30911b15b30f82de36716b5f) --- source3/include/rpc_samr.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source3/include/rpc_samr.h') diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h index 6dc679996d..ae603c9cd9 100644 --- a/source3/include/rpc_samr.h +++ b/source3/include/rpc_samr.h @@ -1743,11 +1743,7 @@ typedef struct q_samr_get_dom_pwinfo typedef struct r_samr_get_dom_pwinfo { /* - * Previously this was 3 uint16's. However, after some tests - * it appears that the data len for the signing needs to be 16. - * Not sure how 3 unit16's ever worked since the length always - * turned out to 12. 3 uint32's + NT_STATUS == 16 bytes. Tested - * using NT and 2k. --jerry + * See Samba4 IDL */ uint16 unk_0; uint32 unk_1; -- cgit