do not crash if session is NULL

This commit is contained in:
Christian Grothoff 2018-11-18 13:56:41 +01:00
parent f155aff749
commit 428ecee396
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -748,6 +748,7 @@ run (void *cls)
drop:
if (NULL != session)
{
plugin->rollback (plugin->cls,
session);
@ -764,7 +765,7 @@ drop:
FAILIF (0 >
plugin->commit (plugin->cls,
session));
}
GNUNET_break (GNUNET_OK ==
plugin->drop_tables (plugin->cls));
unload: