[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Wed Jun 9 08:18:14 MDT 2010


The branch, master has been updated
       via  95047bc... s3-winbind: Fixed setting default sequence number.
      from  6a6bb76... s3: fix calculation of st_blocks in streams_xattr

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 95047bc717a1129452b6e11d00e7a67d16156095
Author: Andreas Schneider <asn at samba.org>
Date:   Wed Jun 9 16:15:28 2010 +0200

    s3-winbind: Fixed setting default sequence number.

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd_passdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_passdb.c b/source3/winbindd/winbindd_passdb.c
index 6ac9a46..f224272 100644
--- a/source3/winbindd/winbindd_passdb.c
+++ b/source3/winbindd/winbindd_passdb.c
@@ -294,7 +294,7 @@ static NTSTATUS sequence_number(struct winbindd_domain *domain, uint32 *seq)
 
 	result = pdb_get_seq_num(&seq_num);
 	if (!result) {
-		*seq = 1;
+		seq_num = 1;
 	}
 
 	*seq = (int) seq_num;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list