From 8c05cc8a2ed4b546e52a5fa12107505d7d1e727a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 31 Jul 2005 23:27:55 +0000 Subject: r8869: Get rid of a warning. Volker (This used to be commit dbcc1de3f89de9f0b2fa75287e7640e824b58e20) --- source3/rpc_parse/parse_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/rpc_parse/parse_net.c b/source3/rpc_parse/parse_net.c index ed95656fda..a92f16d648 100644 --- a/source3/rpc_parse/parse_net.c +++ b/source3/rpc_parse/parse_net.c @@ -792,7 +792,7 @@ BOOL net_io_r_auth(const char *desc, NET_R_AUTH *r_a, prs_struct *ps, int depth) void init_q_auth_2(NET_Q_AUTH_2 *q_a, const char *logon_srv, const char *acct_name, uint16 sec_chan, const char *comp_name, - DOM_CHAL *clnt_chal, uint32 clnt_flgs) + const DOM_CHAL *clnt_chal, uint32 clnt_flgs) { DEBUG(5,("init_q_auth_2: %d\n", __LINE__)); -- cgit