From 56e5c8e26ce89211c5523a1980b37d17dc3cb4b3 Mon Sep 17 00:00:00 2001 From: kanoi Date: Wed, 9 Jul 2014 21:30:48 +1000 Subject: [PATCH] send_recv_auth field count --- src/stratifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index 8022f23d..70de9289 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -1174,7 +1174,7 @@ static bool send_recv_auth(stratum_instance_t *client) ts_realtime(&now); sprintf(cdfield, "%lu,%lu", now.tv_sec, now.tv_nsec); - val = json_pack("{ss,ss,ss,ss,si,ss,ss,ss,ss}", + val = json_pack("{ss,ss,ss,ss,si,ss,ss,ss,ss,ss}", "username", client->user_instance->username, "workername", client->workername, "poolinstance", ckp->name,