summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-05 00:12:51 +0100
committerGünther Deschner <gd@samba.org>2009-02-05 00:48:26 +0100
commit542251f7ae56ea7ac54ff8807d5f04b3598b96f2 (patch)
tree856fa6469b1fe91492df82464a96d620390a9d63 /source3
parent7c3ba347883bbe83184d8420484badbd9f0c8178 (diff)
downloadsamba-542251f7ae56ea7ac54ff8807d5f04b3598b96f2.tar.gz
samba-542251f7ae56ea7ac54ff8807d5f04b3598b96f2.tar.bz2
samba-542251f7ae56ea7ac54ff8807d5f04b3598b96f2.zip
s3: use struct netr_Credential in cred_step().
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/libsmb/credentials.c2
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 ));