216
219
/* write scramble tail */
217
220
size_t scramble_len= SCRAMBLE_LENGTH - SCRAMBLE_LENGTH_323;
218
221
end= strncpy(end, session->scramble + SCRAMBLE_LENGTH_323, scramble_len);
221
226
/* At this point we write connection message and read reply */
222
227
if (drizzleclient_net_write_command(net, (unsigned char) protocol_version, (unsigned char*) "", 0,