Searched defs:error_string (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dnet_client_ssl.c361 char *error_string; local
368 error_string = (char *) read_ssl_error();
370 net->options->log("%s %s", thisfunc, error_string);
372 if (strcmp(error_string, am_strerror(AM_SUCCESS)) != 0) {
373 AM_LOG_ERROR(net->instance_id, "%s %s", thisfunc, error_string);

Completed in 37 milliseconds