1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3: use struct netr_Credential in cred_step().

Guenther
This commit is contained in:
Günther Deschner 2009-02-05 00:12:51 +01:00
parent 7c3ba34788
commit 542251f7ae

View File

@ -146,7 +146,7 @@ static void creds_init_64(struct dcinfo *dc,
static void creds_step(struct dcinfo *dc)
{
DOM_CHAL time_chal;
struct netr_Credential time_chal;
DEBUG(5,("\tsequence = 0x%x\n", (unsigned int)dc->sequence ));