Skip to content

Commit c3f3728

Browse files
fix: unused variable error
1 parent 667fc37 commit c3f3728

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/nfs/nodeserver.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ func (ns *NodeServer) NodePublishVolume(ctx context.Context, req *csi.NodePublis
163163
}
164164
// initialize credentials from keytab
165165
cmd = exec.CommandContext(ctx, "kinit", "-k", krbPrinc)
166-
stderr, err := cmd.StderrPipe()
167166
if err != nil {
168167
return err
169168
}

0 commit comments

Comments
 (0)