Gilad Chaplik has uploaded a new change for review.

Change subject: core: build break due to typo
......................................................................

core: build break due to typo

Change-Id: Ia3497452ad124955c1ae4e5750340047e86f8870
Signed-off-by: Gilad Chaplik <[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/71/11971/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/11971
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3497452ad124955c1ae4e5750340047e86f8870
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to