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 22e77818d..63dfe330b 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -1923,7 +1923,7 @@ GNUNET_NETWORK_socket_select (struct GNUNET_NETWORK_FDSet *rfds,
1923 wfds ? awrite.fd_count : 0, 1923 wfds ? awrite.fd_count : 0,
1924 aexcept.fd_count, 1924 aexcept.fd_count,
1925 GetLastError ()); 1925 GetLastError ());
1926 GNUNET_abort (); 1926 GNUNET_assert (0);
1927 } 1927 }
1928 1928
1929 /* Check aexcept, if something is in there and we copied that 1929 /* Check aexcept, if something is in there and we copied that