update pkg/cri/server/container_execsync.go.

Signed-off-by: LI, WENJIE <liwenjie@kylinos.cn>
This commit is contained in:
LI, WENJIE 2023-03-14 06:22:38 +00:00 committed by Gitee
parent fcd1b99c82
commit 4f7926c557
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ package server
import ( import (
"bytes" "bytes"
"io" "io"
"errors"
"syscall" "syscall"
"time" "time"