Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 12, 2017
1 parent d3a2758 commit f3db15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_lua/aux.c
Expand Up @@ -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)\
Expand Down

0 comments on commit f3db15a

Please sign in to comment.