commit f3f840a6f81f58e9b813082fdb0f539740e0f34f
parent 0816cc3a2f89e83251c28da99d532880ec29253f
Author: Boss Marco <bossm8@students.bfh.ch>
Date: Mon, 11 Nov 2019 18:46:15 +0100
comment added
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
@@ -817,7 +817,7 @@ read_products (void*cls,
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
section,
"key");
- return;
+ return; /* maybe the keys don't have to mandatory, if not remove this "error" block */
}
tmpProduct.key = tmpKey[0];
GNUNET_free (tmpKey);