poor wording on SSPI error message

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема poor wording on SSPI error message
Дата
Msg-id 20090306201607.GA3162@alvh.no-ip.org
обсуждение исходный текст
Ответы Re: poor wording on SSPI error message
Список pgsql-hackers
Hi,

This message
   r = (_QuerySecurityContextToken) (sspictx, &token);   if (r != SEC_E_OK)   {       FreeLibrary(secur32);
pg_SSPI_error(ERROR,             gettext_noop("could not get security token from context"), r);   }
 

looks poorly worded.  What "context" is it talking about?  Can we be a
bit more explicit?  Any other thoughts on how to improve it?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: libxml incompatibility
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: libxml incompatibility