fix incorrect dbus interface name

Previous code use bus_name as sd_bus_message_new_signal 4th input
parameter. It is incorrect. It is supposed to be dbus interface
name.

Change-Id: I03bf241fd705d39fd05b75230e33b67c5d77bf1c
Signed-off-by: Jia, Chunhui <chunhui.jia@linux.intel.com>
1 file changed
tree: 1c01fa8ccd13234af5ca5764cddfcfefc7f7b1b4
  1. .clang-format
  2. bootstrap.sh
  3. configure.ac
  4. kcsbridged.c
  5. kcsbridged.service
  6. LICENSE
  7. MAINTAINERS
  8. Makefile.am
  9. org.openbmc.HostIpmi.conf
  10. README.md
README.md

kcsbridge

To Build

To build this package, do the following steps:

1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make

To full clean the repository again run ./bootstrap.sh clean.