From 7dcaeaf3220109910515ec208b7ed6db4e8435a2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 2 Dec 2018 13:23:51 +0000 Subject: vm/gce: close old consolew in Run Run can be executed several times on a VM. --- vm/vmimpl/openbsd.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vm/vmimpl/openbsd.go') diff --git a/vm/vmimpl/openbsd.go b/vm/vmimpl/openbsd.go index 79132ebf8..221e1e4db 100644 --- a/vm/vmimpl/openbsd.go +++ b/vm/vmimpl/openbsd.go @@ -1,3 +1,6 @@ +// Copyright 2018 syzkaller project authors. All rights reserved. +// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + package vmimpl import ( -- cgit mrf-deployment