r8869: Get rid of a warning.
authorVolker Lendecke <vlendec@samba.org>
Sun, 31 Jul 2005 23:27:55 +0000 (23:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:18 +0000 (11:00 -0500)
Volker
(This used to be commit dbcc1de3f89de9f0b2fa75287e7640e824b58e20)

source3/rpc_parse/parse_net.c

index ed95656fdae0f7847cf76be35aa719c4914384ab..a92f16d648501f38ffd802db6270bcc4997e2512 100644 (file)
@@ -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__));