URL: https://github.com/SSSD/sssd/pull/30
Title: #30: sssctl: use systemd D-Bus API

pbrezina commented:
"""
Updated version was pushed. I initialized D-Bus variables in 
`sssctl_systemd_call()`:

```c
static errno_t sssctl_systemd_call(const char *method)
{
    DBusConnection *conn = NULL;
    DBusMessage *reply = NULL;
    DBusMessage *msg = NULL;
    DBusError error;
    const char *unit = SSS_SYSTEMD_UNIT;
    const char *mode = SSS_SYSTEMD_MODE;
    const char *job;
    errno_t ret;
```
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/30#issuecomment-251656376
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to