exit aggregator if we failed to connect to DB
This commit is contained in:
parent
421b4f403f
commit
35f3c30717
@ -993,6 +993,7 @@ run_transfers (void *cls)
|
||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||
"Failed to obtain database session!\n");
|
||||
global_ret = GNUNET_SYSERR;
|
||||
GNUNET_SCHEDULER_shutdown ();
|
||||
return;
|
||||
}
|
||||
if (GNUNET_OK !=
|
||||
|
Loading…
Reference in New Issue
Block a user