diff options
author | Günther Deschner <gd@samba.org> | 2009-02-05 00:12:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-05 00:48:26 +0100 |
commit | 542251f7ae56ea7ac54ff8807d5f04b3598b96f2 (patch) | |
tree | 856fa6469b1fe91492df82464a96d620390a9d63 | |
parent | 7c3ba347883bbe83184d8420484badbd9f0c8178 (diff) | |
download | samba-542251f7ae56ea7ac54ff8807d5f04b3598b96f2.tar.gz samba-542251f7ae56ea7ac54ff8807d5f04b3598b96f2.tar.bz2 samba-542251f7ae56ea7ac54ff8807d5f04b3598b96f2.zip |
s3: use struct netr_Credential in cred_step().
Guenther
-rw-r--r-- | source3/libsmb/credentials.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/credentials.c b/source3/libsmb/credentials.c index 9d33e6d93d..9ba460f869 100644 --- a/source3/libsmb/credentials.c +++ b/source3/libsmb/credentials.c @@ -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 )); |