[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] engine/context/pub cdist_wrappers.h, 1.5.374.1, 1.5.374.2
From:       tniu () helixcommunity ! org
Date:       2013-12-17 8:44:41
[Download RAW message or body]

Update of /cvsroot/server/engine/context/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv28645/pub

Modified Files:
      Tag: SERVER_15_1_0
	cdist_wrappers.h 
Log Message:



Synopsis:
=========
CR: fix a cache content bug.

Branch: SERVER_15_1_0_RN, HEAD

Suggested Reviewers: Anyone

Description:
============
Enable cache content for vhost A, but affect vhost B.

Root cause
===============
"zm_bLicensedSubscriberValid" is static.

Files affected:
===============
server/engine/context/cdist_wrappers.cpp
server/engine/context/pub/cdist_wrappers.cpp

Testing Performed:
================
Unit Tests:
None

Integration Tests:
None

Leak Tests: None
Performance Tests: N/A

Platforms Tested:  
win-x86_64-vc10,

Builds Verified: 
win-x86_64-vc10

QA Hints
========
None.

 

Index: cdist_wrappers.h
===================================================================
RCS file: /cvsroot/server/engine/context/pub/cdist_wrappers.h,v
retrieving revision 1.5.374.1
retrieving revision 1.5.374.2
diff -u -d -r1.5.374.1 -r1.5.374.2
--- cdist_wrappers.h	25 Nov 2013 10:59:10 -0000	1.5.374.1
+++ cdist_wrappers.h	17 Dec 2013 08:44:38 -0000	1.5.374.2
@@ -206,12 +206,12 @@
 
     // class vars
 
-    static BOOL			zm_bLicensedSubscriberValid;
+    BOOL			zm_bLicensedSubscriberValid;
     // These are all covered by zm_bLicensedSubscriberValid
-    static BOOL			zm_bLicensedSubscriber;
-    static BOOL			zm_bCDistConfigPresent;
-    static CDistMIIStatistics*	zm_pMIIStats;
-    static BOOL			zm_bForceRTSPImport;
+    BOOL			zm_bLicensedSubscriber;
+    BOOL			zm_bCDistConfigPresent;
+    CDistMIIStatistics*	zm_pMIIStats;
+    BOOL			zm_bForceRTSPImport;
 
     LONG32			m_lRefCount;
 


_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic