diff options
Diffstat (limited to 'src/app_policy.c')
-rw-r--r-- | src/app_policy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app_policy.c b/src/app_policy.c index 2d6ae4f..4992858 100644 --- a/src/app_policy.c +++ b/src/app_policy.c @@ -71,7 +71,6 @@ static int policy_main(void *ctx, struct apk_database *db, struct apk_string_arr static struct apk_applet apk_policy = { .name = "policy", .open_flags = APK_OPENF_READ, - .command_groups = APK_COMMAND_GROUP_QUERY, .main = policy_main, }; |