From 5946a28f6972aa836f93cad4317377554702c4cd Mon Sep 17 00:00:00 2001 From: Fredrik Noring <noring@nocrew.org> Date: Wed, 29 Apr 1998 17:29:34 +0200 Subject: [PATCH] The yet to be so frequent dot added :) Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.4 --- lib/modules/Protocols.pmod/SMTP.pmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/Protocols.pmod/SMTP.pmod b/lib/modules/Protocols.pmod/SMTP.pmod index ae0df6f21c..22f760b151 100644 --- a/lib/modules/Protocols.pmod/SMTP.pmod +++ b/lib/modules/Protocols.pmod/SMTP.pmod @@ -1,7 +1,7 @@ class protocol { // Maybe this should be the other way around? - inherit NNTP.protocol; + inherit .NNTP.protocol; } class client -- GitLab