* Changed some instances of 'struct CitContext *CCC = CC;' to 'struct CitContext...
[citadel.git] / citadel / user_ops.c
index 95ec1e207a9ec8818e9f233ea13da7ee8981ce6b..6e15afb8f9f3cae5a849c535e441a974ce661dd4 100644 (file)
@@ -774,7 +774,7 @@ void logout(void)
 
 void CtdlUserLogout(void)
 {
-       CitContext *CCC = CC;   /* CachedCitContext - performance boost */
+       CitContext *CCC = MyContext();
        /*
         * If there is a download in progress, abort it.
         */