1.1.7 compilation error in rlm_otp
Hugh Messenger
hugh at alaweb.com
Sun Jul 15 20:29:12 CEST 2007
> otp_pw_valid.c:55: error: `OTP_RC_NEXTPASSCODE' undeclared (first use in
this function)
Ah hah ...
[root at PMX66 rlm_otp]# grep PASSCODE *
otp.h:#define OTP_RC_NEXT_PASSCODE 6
[...]
otp_pw_valid.c: case OTP_RC_NEXTPASSCODE: return
RLM_MODULE_USERLOCK;
I've edited otp_pw_valid.c to add that missing _ to get 1.1.7 compiling
here, but someone else will have to commit the change to CVS.
-- hugh
More information about the Freeradius-Devel
mailing list