summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/State
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2019-01-09 10:25:49 +0800
committerLei YU <mine260309@gmail.com>2019-01-09 10:25:49 +0800
commitcb1d059cebf9d6dbb83ff3cb3d6eab42dc018a00 (patch)
tree4aab6586c4c4473c9f0ae1ef651a693773fb6794 /xyz/openbmc_project/State
parent99b5aaa499c2f1a71a031051136744ad1e7df869 (diff)
downloadphosphor-dbus-interfaces-cb1d059cebf9d6dbb83ff3cb3d6eab42dc018a00.tar.gz
phosphor-dbus-interfaces-cb1d059cebf9d6dbb83ff3cb3d6eab42dc018a00.zip
Fix invalid enum value in User/Ldap/Config.interface.yaml
The interfaces sets the default value for a enum property to 0, which causes the generated server.hpp file contains code like: SearchScope _lDAPSearchScope = SearchScope::0; Fix it by specify the enum value instead of 0. Tested: Verify the generated code becomes below and pass the build. SearchScope _lDAPSearchScope = SearchScope::sub; Change-Id: I509b6968d32dec38d1592103df9821b2fc99b5d6 Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'xyz/openbmc_project/State')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud