s4: Change constant to comply with the merged build
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Mon, 3 Aug 2009 12:19:12 +0000 (14:19 +0200)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Mon, 3 Aug 2009 12:23:23 +0000 (14:23 +0200)
source4/torture/rpc/netlogon.c

index 3c2fab77196dd7af7d1330e546f2ca833c2dbdbb..1cdff76d0e0953ac3d5703f8ade2876405d239a1 100644 (file)
@@ -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;