Home
last modified time | relevance | path

Searched refs:client_nonce_copy (Results 1 – 1 of 1) sorted by relevance

/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dscram.c583 char *client_nonce_copy = NULL; in read_client_first_message() local
642 client_nonce_copy = strdup(client_nonce); in read_client_first_message()
643 if (client_nonce_copy == NULL) in read_client_first_message()
656 *client_nonce_p = client_nonce_copy; in read_client_first_message()
660 free(client_nonce_copy); in read_client_first_message()