bug-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnu-radius] CVS bug


From: Vlad Lungu
Subject: [Bug-gnu-radius] CVS bug
Date: Tue, 4 Dec 2001 12:28:07 +0200 (EET)

I'm toying with gnu-radius and I have stumbled upon a small bug :
in radlib/debug.c lines 62 and 114, 

int
set_debug_levels(str)

should read

void 
set_debug_levels(str)

in order to match the definition in include/log.h line 157. This is
correct since set_debug_levels() doesn't call return at all.

Also, I think README.alpha should mention that gperf is needed too in
order to build the CVS version.

Vlad Lungu






reply via email to

[Prev in Thread] Current Thread [Next in Thread]