~ruther/guix-local

ref: 3e6ccb53559c8a0cb9ea010ec747df4e5972fcd3 guix-local/gnu/packages/patches/gnunet-fix-scheduler.patch -rw-r--r-- 435 bytes
3e6ccb53 — Federico Beffa gnu: python-matplotlib: Update comments. 11 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: src/util/scheduler.c
===================================================================
--- src/util/scheduler.c	(revision 31745)
+++ src/util/scheduler.c	(working copy)
@@ -1599,7 +1599,7 @@
   int real_fd;
 
   GNUNET_DISK_internal_file_handle_ (fd, &real_fd, sizeof (int));
-  GNUNET_assert (real_fd > 0);
+  GNUNET_assert (real_fd >= 0);
   return add_without_sets (
       delay, priority,
       on_read  ? real_fd : -1,