aboutsummaryrefslogtreecommitdiff
path: root/src/pt/gnunet-daemon-pt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pt/gnunet-daemon-pt.c')
-rw-r--r--src/pt/gnunet-daemon-pt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pt/gnunet-daemon-pt.c b/src/pt/gnunet-daemon-pt.c
index 675c71732..0d1a34441 100644
--- a/src/pt/gnunet-daemon-pt.c
+++ b/src/pt/gnunet-daemon-pt.c
@@ -179,7 +179,6 @@ struct CadetExit
179}; 179};
180 180
181 181
182
183/** 182/**
184 * State we keep for a request that is going out via CADET. 183 * State we keep for a request that is going out via CADET.
185 */ 184 */
@@ -738,8 +737,7 @@ timeout_request (void *cls)
738 avoid a prohibitively negative score (see 737 avoid a prohibitively negative score (see
739 #get_channel_weight(), which checks for a certain 738 #get_channel_weight(), which checks for a certain
740 minimum number of transmissions before making 739 minimum number of transmissions before making
741 up an opinion) */ 740 up an opinion) */exit->num_transmitted = 5;
742 exit->num_transmitted = 5;
743 exit->num_answered = 0; 741 exit->num_answered = 0;
744 dns_exit_available--; 742 dns_exit_available--;
745 /* now try to open an alternative exit */ 743 /* now try to open an alternative exit */