Skip to content

Commit

Permalink
evapi: evapi_close() doesn't use any parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jun 23, 2015
1 parent f87a631 commit cccd1a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/evapi/evapi_mod.c
Expand Up @@ -66,6 +66,8 @@ static cmd_export_t cmds[]={
0, ANY_ROUTE},
{"evapi_async_relay", (cmd_function)w_evapi_async_relay, 1, fixup_evapi_relay,
0, REQUEST_ROUTE},
{"evapi_close", (cmd_function)w_evapi_close, 0, NULL,
0, ANY_ROUTE},
{"evapi_close", (cmd_function)w_evapi_close, 1, NULL,
0, ANY_ROUTE},
{0, 0, 0, 0, 0, 0}
Expand Down

0 comments on commit cccd1a4

Please sign in to comment.