summaryrefslogtreecommitdiff
path: root/src/trg-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-client.c')
-rw-r--r--src/trg-client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trg-client.c b/src/trg-client.c
index 970fb46..0f03abd 100644
--- a/src/trg-client.c
+++ b/src/trg-client.c
@@ -159,6 +159,8 @@ TrgClient *trg_client_new(void)
priv->updateMutex = g_mutex_new();
priv->configMutex = g_mutex_new();
priv->tlsKey = g_private_new(NULL);
+ priv->seedRatioLimited = FALSE;
+ priv->seedRatioLimit = 0.00;
priv->pool = g_thread_pool_new((GFunc) dispatch_async_threadfunc, tc,
DISPATCH_POOL_SIZE, TRUE, NULL);