mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 19:55:10 +00:00
[FIX] Don't check for upgrades on start.
This commit is contained in:
parent
dddf1680a0
commit
954c588310
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ ParseeInitData(XMPPComponent *comp)
|
|||
}
|
||||
|
||||
version = GrabString(DbJson(ref), 1, "version");
|
||||
if (!ParseeIsCompatible(VERSION, version))
|
||||
if (version && !ParseeIsCompatible(VERSION, version))
|
||||
{
|
||||
Log(LOG_WARNING, "Version mismatch(curr=%s db=%s).", VERSION, version);
|
||||
Log(LOG_WARNING, "Yeah. You may want to _not_ do that.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue