diff options
author | Max Kellermann <max@duempel.org> | 2014-03-02 11:46:07 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-03-02 11:46:07 +0100 |
commit | 503ed9c331426d625ddcfef25356d222c13af8a0 (patch) | |
tree | 3d21bab6efd69d7227c188f633934bd07ac36236 /src/command/AllCommands.cxx | |
parent | cb63189f6b7ad32debc5379d994d417cbb5ddb10 (diff) | |
parent | 2784d656181230e3536d7260f3b16652602399d8 (diff) |
Merge tag 'release-0.18.9'
Diffstat (limited to 'src/command/AllCommands.cxx')
-rw-r--r-- | src/command/AllCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/AllCommands.cxx b/src/command/AllCommands.cxx index ab4de823b..e28a7a135 100644 --- a/src/command/AllCommands.cxx +++ b/src/command/AllCommands.cxx @@ -99,7 +99,7 @@ static const struct command commands[] = { { "enableoutput", PERMISSION_ADMIN, 1, 1, handle_enableoutput }, #ifdef ENABLE_DATABASE { "find", PERMISSION_READ, 2, -1, handle_find }, - { "findadd", PERMISSION_READ, 2, -1, handle_findadd}, + { "findadd", PERMISSION_ADD, 2, -1, handle_findadd}, #endif { "idle", PERMISSION_READ, 0, -1, handle_idle }, { "kill", PERMISSION_ADMIN, -1, -1, handle_kill }, |