gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4772 - gnunet-gtk/src/plugins/stats


From: gnunet
Subject: [GNUnet-SVN] r4772 - gnunet-gtk/src/plugins/stats
Date: Sun, 22 Apr 2007 23:29:58 -0600 (MDT)

Author: grothoff
Date: 2007-04-22 23:29:56 -0600 (Sun, 22 Apr 2007)
New Revision: 4772

Modified:
   gnunet-gtk/src/plugins/stats/functions.c
Log:
fix

Modified: gnunet-gtk/src/plugins/stats/functions.c
===================================================================
--- gnunet-gtk/src/plugins/stats/functions.c    2007-04-23 04:56:48 UTC (rev 
4771)
+++ gnunet-gtk/src/plugins/stats/functions.c    2007-04-23 05:29:56 UTC (rev 
4772)
@@ -68,6 +68,7 @@
       if (dtime != NULL)
        *dtime = lastStatValues[i].delta;
       if ( (monotone == YES) &&
+          (lvalue != NULL) &&
           (*lvalue > *value) )
        return SYSERR; /* gnunetd restart? */
       return OK;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]