[exim-dev] [Bug 1850] "auths/call_radius.c": in switch state…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1850] "auths/call_radius.c": in switch statement "case REJECT_RC" missing
https://bugs.exim.org/show_bug.cgi?id=1850

--- Comment #1 from Leonhard Knauff <lk@???> ---
The return codes are defined in:

   freeradius-client-1.1.7/include/freeradius-client.h
  _and_
     radiusclient-ng-0.5.6/include/radiusclient-ng.h



/*      Define return codes from "SendServer" utility */


#define BADRESP_RC      -2
#define ERROR_RC        -1
#define OK_RC           0
#define TIMEOUT_RC      1
#define REJECT_RC       2


--
You are receiving this mail because:
You are on the CC list for the bug.