Merge "close File point when it was opened in C files"

This commit is contained in:
Zuul 2018-10-23 16:05:14 +00:00 committed by Gerrit Code Review
commit 28ad64fdbb
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ SmErrorT sm_node_utils_set_unhealthy( void )
SM_NODE_UNHEALTHY_FILE, strerror(errno) );
return( SM_FAILED );
}
close(fd);
return( SM_OKAY );
}
// ****************************************************************************