Skip to content

Commit

Permalink
Low (LF 1982): RA: VirtualDomain: exit with proper code if there is a…
Browse files Browse the repository at this point in the history
… problem with the configuration file
  • Loading branch information
dmuhamedagic committed Jan 28, 2009
1 parent 0300254 commit b503978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/VirtualDomain
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ VirtualDomain_Validate_All() {
# deduce $DOMAIN_NAME from it, see below)
if [ ! -r $OCF_RESKEY_config ]; then
ocf_log error "Configuration file $OCF_RESKEY_config does not exist or is not readable."
return $OCF_ERR_CONFIGURED
return $OCF_ERR_INSTALLED
fi
}

Expand Down

0 comments on commit b503978

Please sign in to comment.