* move serv_info into the session, here we can control its de/allocation the right...
[citadel.git] / webcit / sieve.c
index 14a04a7ad921b8d8e136e998564f441c3c274ca8..ee9449883117ee8ebc9158904ffb80ea2fc5df76 100644 (file)
@@ -49,7 +49,7 @@ void display_sieve(void)
        int i;
        int rules_script_is_active = 0;
 
-       if (!serv_info.serv_supports_sieve) {
+       if (!WC->serv_info->serv_supports_sieve) {
                display_no_sieve();
                return;
        }