Allon Mureinik has uploaded a new change for review.

Change subject: core: Fix build break in VdsStaticDAODbFacadeImpl
......................................................................

core: Fix build break in VdsStaticDAODbFacadeImpl

Patch I56a7b0d3237029e91e7b0cb4bbff18b64e729d9e introduced a call to a
wrong field (wrong capatilization in the property name). This patch
fixes the build break.

Change-Id: Ice2de210d62fb3474133cb45fed75aa22e6ea53c
Signed-off-by: Allon Mureinik <amure...@redhat.com>
---
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/70/11970/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/11970
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ice2de210d62fb3474133cb45fed75aa22e6ea53c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to