OSS parts of sys/config/reload/license (#11695)

This commit is contained in:
Josh Black
2021-06-03 10:30:30 -07:00
committed by GitHub
parent 02c2f731ec
commit d6a96bdd9e
7 changed files with 77 additions and 5 deletions

View File

@@ -78,7 +78,11 @@ var (
handleSetupPluginReload = func(*Core) error {
return nil
}
handleLicenseReload = func(b *SystemBackend) framework.OperationFunc {
return func(ctx context.Context, req *logical.Request, d *framework.FieldData) (*logical.Response, error) {
return nil, nil
}
}
checkRaw = func(b *SystemBackend, path string) error { return nil }
)