aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-21 14:44:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-21 14:44:50 +0000
commitbd225ceaec51e7071e5b8c04921a2a8b8aa3de25 (patch)
tree6eb10bd2ccc1a74648679d9491212a3784a6c029 /src/core/core_api.c
parentc15f5207174ca135ffd99a00f81528557e882942 (diff)
downloadgnunet-bd225ceaec51e7071e5b8c04921a2a8b8aa3de25.tar.gz
gnunet-bd225ceaec51e7071e5b8c04921a2a8b8aa3de25.zip
do not invert order
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index a2ac1a7d4..767ee2957 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -1922,9 +1922,9 @@ GNUNET_CORE_peer_change_preference (struct GNUNET_CORE_Handle *h,
1922 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1922 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1923 "Queueing CHANGE PREFERENCE request\n"); 1923 "Queueing CHANGE PREFERENCE request\n");
1924#endif 1924#endif
1925 GNUNET_CONTAINER_DLL_insert (h->control_pending_head, 1925 GNUNET_CONTAINER_DLL_insert_tail (h->control_pending_head,
1926 h->control_pending_tail, 1926 h->control_pending_tail,
1927 cm); 1927 cm);
1928 pr->pcic = info; 1928 pr->pcic = info;
1929 pr->pcic_cls = info_cls; 1929 pr->pcic_cls = info_cls;
1930 if (h->control_pending_head == cm) 1930 if (h->control_pending_head == cm)