mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
+
This commit is contained in:
parent
ad482ece44
commit
f18678aa60
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ open_stream(XMLNode node) {
|
||||||
// and we have verified it as X509_V_OK (0)
|
// and we have verified it as X509_V_OK (0)
|
||||||
// we offer SASL external (authentication via name
|
// we offer SASL external (authentication via name
|
||||||
// presented in x509 certificate
|
// presented in x509 certificate
|
||||||
P0(("gateway::certinfo %O\n", certinfo))
|
P3(("gateway::certinfo %O\n", certinfo))
|
||||||
if (mappingp(certinfo) && certinfo[0] == 0) {
|
if (mappingp(certinfo) && certinfo[0] == 0) {
|
||||||
// if from attribute is present we only offer
|
// if from attribute is present we only offer
|
||||||
// sasl external if we know that it will succeed
|
// sasl external if we know that it will succeed
|
||||||
|
|
Loading…
Reference in a new issue