aboutsummaryrefslogtreecommitdiff
path: root/src/util/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/network.c')
-rw-r--r--src/util/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/network.c b/src/util/network.c
index 26a803cde..968870def 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -1286,7 +1286,7 @@ GNUNET_NETWORK_fdset_handle_set_first (struct GNUNET_NETWORK_FDSet *fds,
1286 GNUNET_array_grow (fds->handles, 1286 GNUNET_array_grow (fds->handles,
1287 fds->handles_size, 1287 fds->handles_size,
1288 fds->handles_size * 2 + 2); 1288 fds->handles_size * 2 + 2);
1289 fds->handles[fds->handles_pos++] = h; 1289 fds->handles[fds->handles_pos] = h;
1290 if (fds->handles[0] != h) 1290 if (fds->handles[0] != h)
1291 { 1291 {
1292 const struct GNUNET_DISK_FileHandle *bak = fds->handles[0]; 1292 const struct GNUNET_DISK_FileHandle *bak = fds->handles[0];