projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f651476
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Wed, 9 Dec 2009 14:52:15 +0000
(14:52 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 9 Dec 2009 14:52:15 +0000
(14:52 +0000)
src/arm/gnunet-service-arm.c
patch
|
blob
|
history
diff --git
a/src/arm/gnunet-service-arm.c
b/src/arm/gnunet-service-arm.c
index e60205cc8fc5647f2c2008d615c8e105892a0da9..d027a7263f9438509806f079d09e71a862ad4e75 100644
(file)
--- a/
src/arm/gnunet-service-arm.c
+++ b/
src/arm/gnunet-service-arm.c
@@
-710,6
+710,8
@@
clean_up_running ()
prev->next = next;
free_entry (pos);
}
+ else
+ prev = pos;
pos = next;
}
}