diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-08-03 14:19:12 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-08-03 14:23:23 +0200 |
commit | 64b4d020325534cbdfb82366543ab947feb70c97 (patch) | |
tree | b5a6f398430fc52a3977f6d1229cdfa0250c0a70 /source4 | |
parent | 7ee7ec3fdba2ef6a6cc3e1f96a5d2154290cdb18 (diff) | |
download | samba-64b4d020325534cbdfb82366543ab947feb70c97.tar.gz samba-64b4d020325534cbdfb82366543ab947feb70c97.tar.bz2 samba-64b4d020325534cbdfb82366543ab947feb70c97.zip |
s4: Change constant to comply with the merged build
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rpc/netlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index 3c2fab7719..1cdff76d0e 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; |