]> code.citadel.org Git - citadel.git/commitdiff
Do a slrp_highest() when logging off.
authorArt Cancro <ajc@citadel.org>
Mon, 5 Jul 1999 23:38:52 +0000 (23:38 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 5 Jul 1999 23:38:52 +0000 (23:38 +0000)
webcit/ChangeLog
webcit/webcit.c

index 56dcebe592e20d5361562f1823187db5a792f0d4..3111b5fe1f7e27b3399ab4bd9d58fea725514699 100644 (file)
@@ -1,5 +1,6 @@
 Wed Jun 30 19:19:59 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Added support for "robots.txt" telling spiders to go away.
+       * Do a slrp_highest() when logging off.
 
 Sat Jun 26 22:52:13 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Rearranged the code in "Site-wide configuration" and "Generic
index 7fdbb45d20add6fbf7a2b81f17281cc0b5f05b4d..c1a09098f8972700be9e9f17b8543bbceaded873 100644 (file)
@@ -893,6 +893,7 @@ void session_loop(char *browser_host, char *user_agent)
        } else if (!strcasecmp(action, "share")) {
                share();
        } else if (!strcasecmp(action, "terminate_session")) {
+               slrp_highest();
                terminate_session();
        } else if (!strcasecmp(action, "edit_me")) {
                edit_me();