diff options
author | Matthew Chapman <matty@samba.org> | 1999-03-21 12:55:18 +0000 |
---|---|---|
committer | Matthew Chapman <matty@samba.org> | 1999-03-21 12:55:18 +0000 |
commit | 2a34b224b83f72ae30ab1eb67391c331407c6335 (patch) | |
tree | 8a18f20963341b1518b8c8f3ca4d57e91df74caa /source3 | |
parent | da4cd4f5a9c8aaf9caddbc6864a6ba7ac4adf67f (diff) | |
download | samba-2a34b224b83f72ae30ab1eb67391c331407c6335.tar.gz samba-2a34b224b83f72ae30ab1eb67391c331407c6335.tar.bz2 samba-2a34b224b83f72ae30ab1eb67391c331407c6335.zip |
Ensuring return status is aligned in SAMR_QUERY_DISPINFO response.
(This used to be commit 1e17c2529c5162ea79fe2331ca2162ffb98bd6c2)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_parse/parse_samr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_parse/parse_samr.c b/source3/rpc_parse/parse_samr.c index 4eaafea0fb..f85dd418ad 100644 --- a/source3/rpc_parse/parse_samr.c +++ b/source3/rpc_parse/parse_samr.c @@ -1614,6 +1614,7 @@ void samr_io_r_query_dispinfo(char *desc, SAMR_R_QUERY_DISPINFO *r_u, prs_struct } } + prs_align(ps); prs_uint32("status", ps, depth, &(r_u->status)); } |