Browse Source

Send transactions after informing connector to acknowledge new remote trusted server.

master
Con Kolivas 8 years ago
parent
commit
701c6cae17
  1. 2
      src/stratifier.c

2
src/stratifier.c

@ -6341,9 +6341,9 @@ static void parse_method(ckpool_t *ckp, sdata_t *sdata, stratum_instance_t *clie
client->identity, client->address, client->server);
connector_drop_client(ckp, client_id);
} else {
add_remote_server(sdata, client);
snprintf(buf, 255, "remote=%"PRId64, client_id);
send_proc(ckp->connector, buf);
add_remote_server(sdata, client);
}
sprintf(client->identity, "remote:%"PRId64, client_id);
return;

Loading…
Cancel
Save