summaryrefslogtreecommitdiffstats
path: root/src/responder
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-01-10 11:50:43 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-02-24 11:14:55 +0100
commit3e7d7af1953410f3f009bf3b2e481a46fb80de83 (patch)
tree669043107509b29393adc56b182b7c568bf26001 /src/responder
parentfcd8093c58638dc7c4f9cddfc97f273b94ce2ead (diff)
downloadsssd-3e7d7af1953410f3f009bf3b2e481a46fb80de83.tar.gz
sssd-3e7d7af1953410f3f009bf3b2e481a46fb80de83.tar.xz
sssd-3e7d7af1953410f3f009bf3b2e481a46fb80de83.zip
nss: Stop using one DBus interface with totally different methods
This is an incorrect use of DBus, where we use a single interface name with completely different sets of methods. Easily fixed. Once the vtable stuff is in use then this would be automatically detected and fail to build. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'src/responder')
-rw-r--r--src/responder/nss/nsssrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/responder/nss/nsssrv.c b/src/responder/nss/nsssrv.c
index 9d0c9969a..d258dfc71 100644
--- a/src/responder/nss/nsssrv.c
+++ b/src/responder/nss/nsssrv.c
@@ -379,7 +379,7 @@ static struct sbus_method nss_dp_methods[] = {
};
struct sbus_interface nss_dp_interface = {
- DP_INTERFACE,
+ DP_REV_INTERFACE,
DP_PATH,
SBUS_DEFAULT_VTABLE,
nss_dp_methods,