Skip to content

Commit

Permalink
Add dummy function for linking
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Aug 8, 2015
1 parent 8202551 commit 6a444e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/modules/rlm_eap/radeapclient.c
Expand Up @@ -291,6 +291,12 @@ int rad_virtual_server(REQUEST UNUSED *request)
abort();
}

rlm_rcode_t process_authorize(UNUSED int type, UNUSED REQUEST *request)
{
/*We're not the server so we cannot do this*/
abort();
}

/** Set the global radius config directory.
*
* (copied from main/mainconfig.c)
Expand Down

0 comments on commit 6a444e0

Please sign in to comment.