aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore_api.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-05-15 19:46:29 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-05-15 19:46:29 +0200
commit7dc8165b9b94b23cbb5bf23977d1cd7523ecb16e (patch)
treef518eaea582eb76de1b10bc21e9b28a12fda936f /src/datastore/datastore_api.c
parentf7d5c045f7ada74d3227f93631247d04344923ba (diff)
downloadgnunet-7dc8165b9b94b23cbb5bf23977d1cd7523ecb16e.tar.gz
gnunet-7dc8165b9b94b23cbb5bf23977d1cd7523ecb16e.zip
Revert "-coverity: use after free"
This reverts commit 168e501991b9506b588e1180527dad9c9662ae0c.
Diffstat (limited to 'src/datastore/datastore_api.c')
-rw-r--r--src/datastore/datastore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index cb21c9308..d658b9c85 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -1430,7 +1430,7 @@ GNUNET_DATASTORE_get_key (struct GNUNET_DATASTORE_Handle *h,
1430 { 1430 {
1431 LOG (GNUNET_ERROR_TYPE_DEBUG, 1431 LOG (GNUNET_ERROR_TYPE_DEBUG,
1432 "Could not queue request for `%s'\n", 1432 "Could not queue request for `%s'\n",
1433 (NULL == key) ? "NULL" : GNUNET_h2s (key)); 1433 GNUNET_h2s (key));
1434 return NULL; 1434 return NULL;
1435 } 1435 }
1436#if INSANE_STATISTICS 1436#if INSANE_STATISTICS