diff options
author | Fabricio Voznika <fvoznika@google.com> | 2019-05-15 14:35:30 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-05-15 14:36:28 -0700 |
commit | ecb0f00e10017e82698c326b4d83294c9e20dfbd (patch) | |
tree | 999d825e80a29625a9efb60fe45a0959cac0b4a9 /runsc/boot/loader_test.go | |
parent | 85380ff03d21da417ad74d28b293c768d7effb4f (diff) |
Cleanup around urpc file payload handling
urpc always closes all files once the RPC function returns.
PiperOrigin-RevId: 248406857
Change-Id: I400a8562452ec75c8e4bddc2154948567d572950
Diffstat (limited to 'runsc/boot/loader_test.go')
-rw-r--r-- | runsc/boot/loader_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/boot/loader_test.go b/runsc/boot/loader_test.go index 9a864ad3f..4603f751d 100644 --- a/runsc/boot/loader_test.go +++ b/runsc/boot/loader_test.go @@ -115,7 +115,6 @@ func createLoader() (*Loader, func(), error) { Spec: spec, Conf: conf, ControllerFD: fd, - DeviceFD: -1, GoferFDs: []int{sandEnd}, StdioFDs: stdio, } |