X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fuser_ops.c;h=6e15afb8f9f3cae5a849c535e441a974ce661dd4;hb=20fcf8e6ddd54370da3d30c2f73b0604a0411a12;hp=95ec1e207a9ec8818e9f233ea13da7ee8981ce6b;hpb=f04bd15fad8818671b0b8c3d87928427889c1aaf;p=citadel.git diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 95ec1e207..6e15afb8f 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -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. */