summaryrefslogtreecommitdiffstats
path: root/src/providers
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-08 01:09:54 -0500
committerSimo Sorce <simo@redhat.com>2013-01-11 10:43:14 -0500
commit78213d81ccb879770dd4073b86030084bcd14fdb (patch)
treee2d8a90fbaddd4f71c3b6d2f5749c45500849fa4 /src/providers
parent4cb721506b344146cb1052f51eb29f662ad8b843 (diff)
downloadsssd-78213d81ccb879770dd4073b86030084bcd14fdb.tar.gz
sssd-78213d81ccb879770dd4073b86030084bcd14fdb.tar.xz
sssd-78213d81ccb879770dd4073b86030084bcd14fdb.zip
Add domain arguments to sysdb ssh functions
Diffstat (limited to 'src/providers')
-rw-r--r--src/providers/ipa/ipa_hostid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_hostid.c b/src/providers/ipa/ipa_hostid.c
index f85454ff6..dfd3a65b3 100644
--- a/src/providers/ipa/ipa_hostid.c
+++ b/src/providers/ipa/ipa_hostid.c
@@ -294,7 +294,8 @@ hosts_get_done(struct tevent_req *subreq)
goto done;
}
- ret = sysdb_store_ssh_host(state->sysdb, state->name, state->alias, now,
+ ret = sysdb_store_ssh_host(state->sysdb, state->domain,
+ state->name, state->alias, now,
attrs);
if (ret != EOK) {
goto done;