summaryrefslogtreecommitdiffstats
path: root/src/providers/fail_over.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-01-21 15:51:29 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-01-21 16:20:14 -0500
commiteaee7fa08b609215fcb1aa04db5ec5683d4d3d0b (patch)
treef39086bcf129ab7c0fd9337e01052455ab067e9b /src/providers/fail_over.h
parent9917b96e31df3fa992d235a050ed1dc0e9939b3d (diff)
downloadsssd_unused-eaee7fa08b609215fcb1aa04db5ec5683d4d3d0b.tar.gz
sssd_unused-eaee7fa08b609215fcb1aa04db5ec5683d4d3d0b.tar.xz
sssd_unused-eaee7fa08b609215fcb1aa04db5ec5683d4d3d0b.zip
Rename dns_domain to discovery domain for fo_add_srv_server()
Diffstat (limited to 'src/providers/fail_over.h')
-rw-r--r--src/providers/fail_over.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/fail_over.h b/src/providers/fail_over.h
index 6a3101fe..6e52d3c6 100644
--- a/src/providers/fail_over.h
+++ b/src/providers/fail_over.h
@@ -116,7 +116,7 @@ int fo_add_server(struct fo_service *service,
int fo_add_srv_server(struct fo_service *service,
const char *srv,
- const char *dns_domain,
+ const char *discovery_domain,
const char *sssd_domain,
const char *proto,
void *user_data);