diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-06-14 02:58:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:56 -0500 |
commit | 0805d1ddc324ec6f8ffd35b296f9fc4a245dccb9 (patch) | |
tree | 3aa557d5afc044f02d77c740d248eea8b2ef5487 /source3/rpc_parse | |
parent | 2074b4048556fbce65c8b0fefb33efa1e1944b85 (diff) | |
download | samba-0805d1ddc324ec6f8ffd35b296f9fc4a245dccb9.tar.gz samba-0805d1ddc324ec6f8ffd35b296f9fc4a245dccb9.tar.bz2 samba-0805d1ddc324ec6f8ffd35b296f9fc4a245dccb9.zip |
r1125: Remove bougus comments. (The real fix was to the sealed pipe padding)
Andrew Bartlett
(This used to be commit 61768f4cb3a268ce30911b15b30f82de36716b5f)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r-- | source3/rpc_parse/parse_samr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/rpc_parse/parse_samr.c b/source3/rpc_parse/parse_samr.c index e6d7e847ad..bb4c94404b 100644 --- a/source3/rpc_parse/parse_samr.c +++ b/source3/rpc_parse/parse_samr.c @@ -6970,8 +6970,7 @@ BOOL samr_io_r_get_dom_pwinfo(const char *desc, SAMR_R_GET_DOM_PWINFO * r_u, return False; /* - * We need 16 bytes here according to tests. Don't know - * what they are, but the length is important for the singing + * see the Samba4 IDL for what these actually are. */ if(!prs_uint16("unk_0", ps, depth, &r_u->unk_0)) |