diff options
author | Luke Leighton <lkcl@samba.org> | 1999-08-31 13:19:55 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-08-31 13:19:55 +0000 |
commit | 58f8159566e49df82be1ed0ade83821a184b9203 (patch) | |
tree | 93cbad4af62ca8c86faee644f3bb43f276614ed7 /source3/rpc_client | |
parent | 736c507722ff5f1f7cb0bf31c2f5ea4af821fba5 (diff) | |
download | samba-58f8159566e49df82be1ed0ade83821a184b9203.tar.gz samba-58f8159566e49df82be1ed0ade83821a184b9203.tar.bz2 samba-58f8159566e49df82be1ed0ade83821a184b9203.zip |
matthew chapman identified 4 previously unknown samr functions.
(This used to be commit 001b53866c819045bc52330cad5746e1a2f7a4b1)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_samr.c b/source3/rpc_client/cli_samr.c index 7cc2dff6b4..e49ea268b9 100644 --- a/source3/rpc_client/cli_samr.c +++ b/source3/rpc_client/cli_samr.c @@ -458,7 +458,7 @@ BOOL samr_unknown_38(struct cli_state *cli, uint16 fnum, char *srv_name) samr_io_q_unknown_38("", &q_e, &data, 0); /* send the data on \PIPE\ */ - if (rpc_api_pipe_req(cli, fnum, SAMR_UNKNOWN_38, &data, &rdata)) + if (rpc_api_pipe_req(cli, fnum, SAMR_GET_DOM_PWINFO, &data, &rdata)) { SAMR_R_UNKNOWN_38 r_e; BOOL p; |