mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-08 03:24:13 +00:00
Only trigger bundle add hooks within the daemon thread / process
This commit is contained in:
parent
c04d015bc6
commit
2efcfa24d5
@ -1361,7 +1361,8 @@ int rhizome_store_manifest(rhizome_manifest *m)
|
||||
alloca_tohex_rhizome_bid_t(m->cryptoSignPublic),
|
||||
m->version
|
||||
);
|
||||
CALL_TRIGGER(bundle_add, m);
|
||||
if (serverMode)
|
||||
CALL_TRIGGER(bundle_add, m);
|
||||
return 0;
|
||||
}
|
||||
rollback:
|
||||
|
Loading…
x
Reference in New Issue
Block a user