i guess you can remove the loaded var alltogether then.
[citadel.git] / webcit / siteconfig.c
index 7a93d44af096e10b43b155c49a502584d88cc3bc..8625ba89d2db03b093df5bc200cab31b3a1e5cde 100644 (file)
@@ -36,7 +36,6 @@ void LoadExpirePolicy(GPEXWhichPolicy which)
        serv_printf("GPEX %s", ExpirePolicyStrings[which][0].Key);
        Buf = NewStrBuf();
        StrBuf_ServGetln(Buf);
-       WCC->Policy[which].loaded = 1;
        if (GetServerStatus(Buf, &State) == 2) {
                Pos = ChrPtr(Buf) + 4;
                WCC->Policy[which].expire_mode = StrBufExtractNext_long(Buf, &Pos, '|');