[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-770-g64b4d02

mdw at samba.org mdw at samba.org
Mon Aug 3 06:25:37 MDT 2009


The branch, master has been updated
       via  64b4d020325534cbdfb82366543ab947feb70c97 (commit)
      from  7ee7ec3fdba2ef6a6cc3e1f96a5d2154290cdb18 (commit)

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


- Log -----------------------------------------------------------------
commit 64b4d020325534cbdfb82366543ab947feb70c97
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Mon Aug 3 14:19:12 2009 +0200

    s4: Change constant to comply with the merged build

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

Summary of changes:
 source4/torture/rpc/netlogon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c
index 3c2fab7..1cdff76 100644
--- a/source4/torture/rpc/netlogon.c
+++ b/source4/torture/rpc/netlogon.c
@@ -2170,7 +2170,7 @@ static bool test_GetDomainInfo(struct torture_context *tctx,
 	ZERO_STRUCT(os);
 	os.os.MajorVersion = SAMBA_VERSION_MAJOR;
 	os.os.MinorVersion = SAMBA_VERSION_MINOR;
-	os.os.BuildNumber = SAMBA_VERSION_ALPHA_RELEASE;
+	os.os.BuildNumber = SAMBA_VERSION_RELEASE;
 	os.os.CSDVersion = "Service Pack 1";
 	os.os.ServicePackMajor = 1;
 	os.os.ServicePackMinor = 0;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list