diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-06-14 02:58:50 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-06-14 02:58:50 +0000 |
commit | 49803b69b836cbeb9030b3018b9521f0796934a7 (patch) | |
tree | 88eb87a5984f1ddb2a3e711fcea7f3623865e130 /source/rpc_parse | |
parent | b5a4c542731c89b4fe3172a6b5e28e5cfadcedda (diff) | |
download | samba-49803b69b836cbeb9030b3018b9521f0796934a7.tar.gz samba-49803b69b836cbeb9030b3018b9521f0796934a7.tar.xz samba-49803b69b836cbeb9030b3018b9521f0796934a7.zip |
r1125: Remove bougus comments. (The real fix was to the sealed pipe padding)
Andrew Bartlett
Diffstat (limited to 'source/rpc_parse')
-rw-r--r-- | source/rpc_parse/parse_samr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/rpc_parse/parse_samr.c b/source/rpc_parse/parse_samr.c index e6d7e847ad9..bb4c94404b0 100644 --- a/source/rpc_parse/parse_samr.c +++ b/source/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)) |