From b81f453b8ade026f9c19bfd557a986cbcf0c9c8c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 22 Feb 2010 09:19:43 -0500 Subject: 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. --- src/providers/data_provider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/data_provider.h') diff --git a/src/providers/data_provider.h b/src/providers/data_provider.h index 661bd986..cbb4ebb4 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, -- cgit