diff src/noffle.c @ 117:d45b0abe7c79 noffle

[svn] Merge with release-1-0 at release-1-0-merge-3
author bears
date Sun, 25 Jun 2000 19:42:10 +0100
parents af7bea7515b2
children d00adc26d77a
line wrap: on
line diff
--- a/src/noffle.c	Sat Jun 24 21:52:33 2000 +0100
+++ b/src/noffle.c	Sun Jun 25 19:42:10 2000 +0100
@@ -10,7 +10,7 @@
   received for some seconds (to allow multiple clients connect at the same
   time).
 
-  $Id: noffle.c 158 2000-06-24 20:36:38Z bears $
+  $Id: noffle.c 165 2000-06-25 18:42:10Z bears $
 */
 
 #if HAVE_CONFIG_H
@@ -177,12 +177,11 @@
 }
 
 static Bool
-doPost()
+doPost( void )
 {
     Str line;
     DynStr *s;
     Bool res;
-    
 
     s = new_DynStr( 10000 );
     while ( fgets( line, MAXCHAR, stdin ) != NULL )
@@ -492,6 +491,7 @@
                 "thread" : "overview" );
     if ( ! Fetchlist_write() )
         fprintf( stderr, "Could not save fetchlist.\n" );
+    Grp_setLastAccess( name, time( NULL ) );
     return TRUE;
 }