SLOF release for QEMU
ci: add missing close in else condition

The code in close for calling quiesce looks if there is stdin and
checks whether is being closed. That condition was being used to call
quiesce.

So in case when the ihandle is not that of stdin, close-dev was missing.

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
1 file changed