index bf9dfbf918f16f5179160129f5779436b2c4f431..5c867106fb0d2200760c83cf41308ce1662da7db 100644 (file)
if (ERR_GET_LIB(ecode) == ERR_LIB_SSL &&
ERR_GET_REASON(ecode) == SSL_AD_REASON_OFFSET + SSL_AD_NO_APPLICATION_PROTOCOL)
{
- snprintf(errbuf, SSL_ERR_LEN, libpq_gettext("no application protocol"));
+ snprintf(errbuf, SSL_ERR_LEN, "no application protocol");
return errbuf;
}
#endif