fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 9 Dec 2009 14:52:15 +0000 (14:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 9 Dec 2009 14:52:15 +0000 (14:52 +0000)
src/arm/gnunet-service-arm.c

index e60205cc8fc5647f2c2008d615c8e105892a0da9..d027a7263f9438509806f079d09e71a862ad4e75 100644 (file)
@@ -710,6 +710,8 @@ clean_up_running ()
            prev->next = next;
          free_entry (pos);
        }
+      else
+       prev = pos;
       pos = next;
     }
 }