diff options
author | Luke Leighton <lkcl@samba.org> | 1999-10-19 19:55:43 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-10-19 19:55:43 +0000 |
commit | 87d92a1f1182a6b4e4dbe91d7f574c7ac8aecb21 (patch) | |
tree | 0fc88c021cf841c8487e1614b77022f12fa4ba0e /source3/rpc_parse | |
parent | bb6de2f1e938d2b8fa565ff2196b666053fa957c (diff) | |
download | samba-87d92a1f1182a6b4e4dbe91d7f574c7ac8aecb21.tar.gz samba-87d92a1f1182a6b4e4dbe91d7f574c7ac8aecb21.tar.bz2 samba-87d92a1f1182a6b4e4dbe91d7f574c7ac8aecb21.zip |
need status codes from cli_net_req_chal() and cli_net_auth2().
this format is what i would like _all_ these functions to be
(returning status codes, not BOOL) but that's a horrendous
amount of work at the moment :)
(This used to be commit 02f240604241367f146b26934ad1a1b2563430de)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r-- | source3/rpc_parse/parse_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_net.c b/source3/rpc_parse/parse_net.c index e2073d00f1..9614af9b51 100644 --- a/source3/rpc_parse/parse_net.c +++ b/source3/rpc_parse/parse_net.c @@ -371,7 +371,7 @@ BOOL net_io_q_trust_dom(char *desc, NET_Q_TRUST_DOM_LIST *q_l, prs_struct *ps, makes an NET_Q_REQ_CHAL structure. ********************************************************************/ BOOL make_q_req_chal(NET_Q_REQ_CHAL *q_c, - char *logon_srv, char *logon_clnt, + const char *logon_srv, const char *logon_clnt, DOM_CHAL *clnt_chal) { if (q_c == NULL) return False; |