aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
diff options
context:
space:
mode:
Diffstat (limited to 'src/psyc')
-rw-r--r--src/psyc/psyc_util_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psyc/psyc_util_lib.c b/src/psyc/psyc_util_lib.c
index 6177976de..bd2466738 100644
--- a/src/psyc/psyc_util_lib.c
+++ b/src/psyc/psyc_util_lib.c
@@ -624,7 +624,7 @@ transmit_notify_env (void *cls, uint16_t *data_size, void *data, uint8_t *oper,
624 624
625 *data_size = value_size; 625 *data_size = value_size;
626 memcpy (data, value, value_size); 626 memcpy (data, value, value_size);
627 return (tmit->mod_value = NULL) ? GNUNET_YES : GNUNET_NO; 627 return (NULL == tmit->mod_value) ? GNUNET_YES : GNUNET_NO;
628 } 628 }
629} 629}
630 630