From: Arran Cudbard-Bell Date: Wed, 12 Apr 2017 17:02:00 +0000 (-0400) Subject: Fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3db15ad245594e343eac98da87c6c175b1fb5bb;p=thirdparty%2Ffreeradius-server.git Fix typo --- diff --git a/src/modules/rlm_lua/aux.c b/src/modules/rlm_lua/aux.c index 9564893c54c..71dfcd5673a 100644 --- a/src/modules/rlm_lua/aux.c +++ b/src/modules/rlm_lua/aux.c @@ -151,7 +151,7 @@ int aux_jit_funcs_register(rlm_lua_t const *inst, lua_State *L) fr_srv = ffi.load(\"freeradius-server\")\ fr = ffi.load(\"freeradius-lua\")\ debug = function(msg)\ - fr_srv.fr_fr_log(16, \"%s\", msg)\ + fr_srv.fr_log(16, \"%s\", msg)\ end\ info = function(msg)\ fr_srv.fr_log(3, \"%s\", msg)\