Skip to content

Commit

Permalink
Fix: fencing: missing argument to stonith_device_register()
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaillot committed May 20, 2015
1 parent 5e94bac commit 3cba842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fencing/standalone_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ cfg_register_device(struct device *dev)
dump = dump_xml_formatted(data);
crm_info("Standalone device being added:\n%s", dump);

res = stonith_device_register(data, NULL);
res = stonith_device_register(data, NULL, FALSE);

free(dump);
free_xml(data);
Expand Down

0 comments on commit 3cba842

Please sign in to comment.