Add in rad_virtual_server() which is now required for libeap
authorAlan T. DeKok <aland@freeradius.org>
Tue, 24 Jun 2014 21:22:37 +0000 (17:22 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 24 Jun 2014 21:22:56 +0000 (17:22 -0400)
src/modules/rlm_eap/radeapclient.c

index 3bbd00f..e5473b4 100644 (file)
@@ -93,6 +93,11 @@ static void NEVER_RETURNS usage(void)
 
        exit(1);
 }
+int rad_virtual_server(REQUEST UNUSED *request)
+{
+  /*We're not the server so we cannot do this*/
+  abort();
+}
 
 static uint16_t getport(char const *name)
 {