summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorMichal Zidek <mzidek@redhat.com>2013-03-05 16:23:14 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-03-05 17:41:56 +0100
commit2ba16c5a5c4b6d3cd2a44179186ec60eda828bcd (patch)
tree8b12cc51ec31c968cfd77524ffcb4dd73a11ce76 /src/db/sysdb.h
parent1402e7140d143aaf48224c23182c2c12c2a89cd7 (diff)
downloadsssd-2ba16c5a5c4b6d3cd2a44179186ec60eda828bcd.tar.gz
sssd-2ba16c5a5c4b6d3cd2a44179186ec60eda828bcd.tar.xz
sssd-2ba16c5a5c4b6d3cd2a44179186ec60eda828bcd.zip
Remove the alt_db_path parameter of sysdb_init
This parameter was never used. https://fedorahosted.org/sssd/ticket/1765
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 23cbbb0d4..fb5e64507 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -385,7 +385,6 @@ errno_t sysdb_update_ranges(struct sysdb_ctx *sysdb,
* the sysdb ctx */
int sysdb_init(TALLOC_CTX *mem_ctx,
struct sss_domain_info *domains,
- const char *alt_db_path,
bool allow_upgrade);
/* used to initialize only one domain database.
* Do NOT use if sysdb_init has already been called */