aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 19a4d8e60..211408f18 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -1080,7 +1080,7 @@ unix_plugin_select_write (struct Plugin *plugin)
1080 1080
1081 while (NULL != (msgw = plugin->msg_tail)) 1081 while (NULL != (msgw = plugin->msg_tail))
1082 { 1082 {
1083 if (GNUNET_TIME_absolute_get_remaining (msgw->timeout).rel_value > 0) 1083 if (GNUNET_TIME_absolute_get_remaining (msgw->timeout).rel_value_us > 0)
1084 break; /* Message is ready for sending */ 1084 break; /* Message is ready for sending */
1085 /* Message has a timeout */ 1085 /* Message has a timeout */
1086 LOG (GNUNET_ERROR_TYPE_DEBUG, 1086 LOG (GNUNET_ERROR_TYPE_DEBUG,