diff options
Diffstat (limited to 'server/providers/data_provider.c')
-rw-r--r-- | server/providers/data_provider.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/server/providers/data_provider.c b/server/providers/data_provider.c index 183fdc4e..4614250c 100644 --- a/server/providers/data_provider.c +++ b/server/providers/data_provider.c @@ -604,14 +604,6 @@ static int dp_get_account_info(DBusMessage *message, struct sbus_conn_ctx *sconn goto respond; } - /* nothing to do for local */ - if (strcasecmp(domain, "LOCAL") == 0) { - dpret = DP_ERR_OK; - errmsg = "Success"; - ret = EOK; - goto respond; - } - /* all domains, fire off a request for each backend */ if (strcmp(domain, "*") == 0) { dpreq = talloc(dpcli->dpctx, struct dp_request); |