Yair Zaslavsky has uploaded a new change for review. Change subject: core: Fixing compilaiton error of VdsStaticDaoDbFacadeImpl ......................................................................
core: Fixing compilaiton error of VdsStaticDaoDbFacadeImpl Change-Id: I0a1c0a943a2939960cea782870582bea9aedd495 Signed-off-by: Yair Zaslavsky <[email protected]> --- M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsStaticDAODbFacadeImpl.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/73/11973/1 diff --git a/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsStaticDAODbFacadeImpl.java b/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsStaticDAODbFacadeImpl.java index f82b4cd..25f328a 100644 --- a/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsStaticDAODbFacadeImpl.java +++ b/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsStaticDAODbFacadeImpl.java @@ -95,7 +95,7 @@ .addValue("pm_proxy_preferences", vds.getPmProxyPreferences()) .addValue("pm_secondary_ip", vds.getPmSecondaryIp()) .addValue("pm_secondary_type", vds.getPmSecondaryType()) - .addValue("pm_secondary_user", vds.getPmSecondaryuser()) + .addValue("pm_secondary_user", vds.getPmSecondaryUser()) .addValue("pm_secondary_password", DbFacadeUtils.encryptPassword(vds.getPmSecondaryPassword())) .addValue("pm_secondary_port", vds.getPmSecondaryPort()) .addValue("pm_secondary_options", vds.getPmSecondaryOptions()) -- To view, visit http://gerrit.ovirt.org/11973 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0a1c0a943a2939960cea782870582bea9aedd495 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
