mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Fixed crash caused by using DB too early in lifecycle.
This commit is contained in:
@@ -27,5 +27,5 @@ public interface ValidationManager {
|
||||
}
|
||||
|
||||
/** Sets the message validator for the given client. */
|
||||
void setMessageValidator(ClientId c, MessageValidator v);
|
||||
void registerMessageValidator(ClientId c, MessageValidator v);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user