diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-06-17 12:51:25 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-06-17 14:41:15 +0200 |
| commit | 949ccff832a08acc9bb3a0eadb0a60536b4adb47 (patch) | |
| tree | 18cc3027fce9b2beb3f9856d167d8f48918e35ca /syz-hub | |
| parent | 68621900a3c0abf03ee29b21672b86ab657980d2 (diff) | |
pkg/rpctype: from from rpctype
Diffstat (limited to 'syz-hub')
| -rw-r--r-- | syz-hub/hub.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-hub/hub.go b/syz-hub/hub.go index 1c237ddac..410660f9f 100644 --- a/syz-hub/hub.go +++ b/syz-hub/hub.go @@ -11,7 +11,7 @@ import ( "sync" . "github.com/google/syzkaller/pkg/log" - . "github.com/google/syzkaller/rpctype" + . "github.com/google/syzkaller/pkg/rpctype" "github.com/google/syzkaller/syz-hub/state" ) |
