diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-11-15 10:57:49 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-11-16 09:58:54 +0100 |
| commit | aa27601f9e978d77b528ddf56e670c24f511d0d2 (patch) | |
| tree | db0dc0f71a6e2b9c92cf675d6752d39344b57629 /syz-manager/hub.go | |
| parent | 157653cfe75287b566755e9aed29a552f74d7e4c (diff) | |
pkg/host: rename some features
Rename some features in preparation for subsequent changes
which will align names across the code base.
Diffstat (limited to 'syz-manager/hub.go')
| -rw-r--r-- | syz-manager/hub.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-manager/hub.go b/syz-manager/hub.go index 5f85c8fe2..1287e4bd9 100644 --- a/syz-manager/hub.go +++ b/syz-manager/hub.go @@ -22,7 +22,7 @@ func (mgr *Manager) hubSyncLoop() { target: mgr.target, stats: mgr.stats, enabledCalls: mgr.checkResult.EnabledCalls[mgr.cfg.Sandbox], - leak: mgr.checkResult.Features[host.FeatureLeakChecking].Enabled, + leak: mgr.checkResult.Features[host.FeatureLeak].Enabled, fresh: mgr.fresh, hubReproQueue: mgr.hubReproQueue, } |
