]> jfr.im git - irc/rizon/plexus4.git/commitdiff
Always forward certfp to services in sasl
authorAdam <redacted>
Sun, 17 Apr 2016 17:45:14 +0000 (13:45 -0400)
committerAdam <redacted>
Sun, 17 Apr 2016 17:45:14 +0000 (13:45 -0400)
modules/m_sasl.c

index bc5296b04fae358e35122aa16c242ede22bbe2fa..a3a45b5799d12e4870be735260045e50e9c5da82 100644 (file)
@@ -98,7 +98,7 @@ mr_authenticate(struct Client *client_p, struct Client *source_p, int parc, char
                services->name, source_p->id, source_p->realhost,
                (IsIPSpoof(source_p) && ConfigFileEntry.hide_spoof_ips) ? "0" : source_p->sockhost);
 
-    if (!strcmp(parv[1], "EXTERNAL") && source_p->certfp != NULL)
+    if (source_p->certfp != NULL)
       sendto_one(services, ":%s ENCAP %s SASL %s * S %s %s", me.id,
                  services->name, source_p->id, parv[1],
                  source_p->certfp);