radius broken in inn 2.3.0 release

Katsuhiro Kondou kondou at nec.co.jp
Wed Aug 23 14:46:27 UTC 2000


In article <20000823145725.A28834 at becile.teaser.fr>,
	Laurent Frigault <lfrigault at teaser.fr> wrote;

} I just upgrade inn-BETA-20000806 to inn-2.3.0 and the radius
} authentification program is not working any more :-(

Oops!  That's my fault.  Attached fixes.
-- 
Katsuhiro Kondou

--- authprogs/radius.c.orig	Tue Aug 15 07:49:01 2000
+++ authprogs/radius.c	Wed Aug 23 23:43:26 2000
@@ -422,6 +422,7 @@
 
     bzero(&radconfig, sizeof(rad_config_t));
     haveother = havefile = 0;
+    if (ReadInnConf() < 0) exit(1);
 
     while ((opt = getopt(argc, argv, "f:h:p:P:q:s:l:S")) != -1) {
 	switch (opt) {



More information about the inn-workers mailing list