aboutsummaryrefslogtreecommitdiffstats
path: root/syz-hub
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-06-17 12:51:25 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-06-17 14:41:15 +0200
commit949ccff832a08acc9bb3a0eadb0a60536b4adb47 (patch)
tree18cc3027fce9b2beb3f9856d167d8f48918e35ca /syz-hub
parent68621900a3c0abf03ee29b21672b86ab657980d2 (diff)
pkg/rpctype: from from rpctype
Diffstat (limited to 'syz-hub')
-rw-r--r--syz-hub/hub.go2
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"
)