The branch, master has been updated
via 542251f7ae56ea7ac54ff8807d5f04b3598b96f2 (commit)
from 7c3ba347883bbe83184d8420484badbd9f0c8178 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 542251f7ae56ea7ac54ff8807d5f04b3598b96f2
Author: Günther Deschner <[email protected]>
Date: Thu Feb 5 00:12:51 2009 +0100
s3: use struct netr_Credential in cred_step().
Guenther
-----------------------------------------------------------------------
Summary of changes:
source3/libsmb/credentials.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/libsmb/credentials.c b/source3/libsmb/credentials.c
index 9d33e6d..9ba460f 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 ));
--
Samba Shared Repository