|
|
@ -2518,6 +2518,7 @@ out: |
|
|
|
if (!share) { |
|
|
|
if (!share) { |
|
|
|
val = json_object(); |
|
|
|
val = json_object(); |
|
|
|
json_set_int(val, "clientid", client->id); |
|
|
|
json_set_int(val, "clientid", client->id); |
|
|
|
|
|
|
|
if (!CKP_STANDALONE(ckp)) |
|
|
|
json_set_string(val, "secondaryuserid", user_instance->secondaryuserid); |
|
|
|
json_set_string(val, "secondaryuserid", user_instance->secondaryuserid); |
|
|
|
json_set_string(val, "enonce1", client->enonce1); |
|
|
|
json_set_string(val, "enonce1", client->enonce1); |
|
|
|
json_set_int(val, "workinfoid", current_workbase->id); |
|
|
|
json_set_int(val, "workinfoid", current_workbase->id); |
|
|
|