1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-17 23:59:44 +00:00

Fix config error.

This commit is contained in:
cuihaikuo
2018-05-21 14:03:10 +08:00
parent 5c355e364d
commit a8c66e1bc6
2 changed files with 23 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ get_default_quota (SeafCfgManager *mgr)
gint64 multiplier = GB;
gint64 quota;
quota_str = seaf_cfg_manager_get_config (mgr, "quota", "default");
quota_str = seaf_cfg_manager_get_config_string (mgr, "quota", "default");
if (!quota_str)
return INFINITE_QUOTA;