aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-04 12:26:15 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-04 12:26:15 +0000
commit5b4ea3e30a605c1e3752b735d0c3a1f1de39e9ed (patch)
treec2b1ca4666428f73bb73500ea468b5f60dd1475f /src/ats
parent139942e2d206991d6dce4b5545fd2c79141e6c52 (diff)
downloadgnunet-5b4ea3e30a605c1e3752b735d0c3a1f1de39e9ed.tar.gz
gnunet-5b4ea3e30a605c1e3752b735d0c3a1f1de39e9ed.zip
- coverity
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/perf_ats_mlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/perf_ats_mlp.c b/src/ats/perf_ats_mlp.c
index 306ef422d..0692f1594 100644
--- a/src/ats/perf_ats_mlp.c
+++ b/src/ats/perf_ats_mlp.c
@@ -49,7 +49,7 @@ static unsigned int update_percentage;
49static int start; 49static int start;
50static int end; 50static int end;
51 51
52struct PeerContext *p; 52struct ATS_Peer *p;
53struct ATS_Address *a; 53struct ATS_Address *a;
54 54
55static int ret; 55static int ret;