Skip to content
Snippets Groups Projects
Commit 23400859 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#3649] Maker accounts enabled by default (for IP2IP account)

parent f3c0b8cd
Branches
Tags
No related merge requests found
......@@ -36,7 +36,7 @@
Account::Account (const AccountID& accountID, std::string type) :
_accountID (accountID)
, _link (NULL)
, _enabled (false)
, _enabled (true)
, _type (type)
, _codecOrder ()
, _startupCodecStr("")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment