summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-02-22 09:19:43 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-22 12:54:52 -0500
commitb81f453b8ade026f9c19bfd557a986cbcf0c9c8c (patch)
treeeed75280be4db28104748ae4c748dc0b4eaeeab0 /src/providers/data_provider.h
parent446dbddae224cb68422825445b3cbdeb6606aa81 (diff)
downloadsssd-b81f453b8ade026f9c19bfd557a986cbcf0c9c8c.tar.gz
sssd-b81f453b8ade026f9c19bfd557a986cbcf0c9c8c.tar.xz
sssd-b81f453b8ade026f9c19bfd557a986cbcf0c9c8c.zip
Remove unnecessary "domain" parameter from DP registration
This was a holdover from when the DP and the providers were unique processes. The NSS and PAM registrations do not need to send the domain, as it is not ambiguous which one they are talking to.
Diffstat (limited to 'src/providers/data_provider.h')
-rw-r--r--src/providers/data_provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/data_provider.h b/src/providers/data_provider.h
index 661bd986a..cbb4ebb44 100644
--- a/src/providers/data_provider.h
+++ b/src/providers/data_provider.h
@@ -198,7 +198,7 @@ bool dp_unpack_pam_response(DBusMessage *msg, struct pam_data *pd,
DBusError *dbus_error);
int dp_common_send_id(struct sbus_connection *conn, uint16_t version,
- const char *name, const char *domain);
+ const char *name);
/* from dp_sbus.c */
int dp_get_sbus_address(TALLOC_CTX *mem_ctx,