aboutsummaryrefslogtreecommitdiff
path: root/slof
diff options
context:
space:
mode:
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-09-26 16:12:32 +0530
committerNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-10-04 12:01:21 +0530
commitab29e16279f52602870c56b00149524a2114bb1f (patch)
tree5608c195ee8a88335bc76976e2c7650412a14e83 /slof
parenta51e46c2384deb95c41b0ff6c3025724d5d6cc08 (diff)
downloadSLOF-ab29e16279f52602870c56b00149524a2114bb1f.zip
SLOF-ab29e16279f52602870c56b00149524a2114bb1f.tar.gz
SLOF-ab29e16279f52602870c56b00149524a2114bb1f.tar.bz2
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>
Diffstat (limited to 'slof')
-rw-r--r--slof/fs/client.fs2
1 files changed, 2 insertions, 0 deletions
diff --git a/slof/fs/client.fs b/slof/fs/client.fs
index b4a8bb3..c80887b 100644
--- a/slof/fs/client.fs
+++ b/slof/fs/client.fs
@@ -196,6 +196,8 @@ ALSO client-voc DEFINITIONS
\ is an undocumented extension and not everybody supports it
close-dev
quiesce
+ ELSE
+ close-dev
THEN
ELSE
close-dev