diff options
author | Michael Adam <obnox@samba.org> | 2011-06-09 13:07:54 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-27 04:29:05 +0200 |
commit | 7d3dc2164b3929c642127659593e69fc865a6184 (patch) | |
tree | 6a7e4b8998b6fb96905939a1b20beccc952697c6 /source3/winbindd | |
parent | 86973eee43605a3680fb51470a81ea9ca7f1b515 (diff) | |
download | samba-7d3dc2164b3929c642127659593e69fc865a6184.tar.gz samba-7d3dc2164b3929c642127659593e69fc865a6184.tar.bz2 samba-7d3dc2164b3929c642127659593e69fc865a6184.zip |
s3:idmap_tdb2: fix a legacy comment that does not apply any more
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_tdb2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index 5612d57da7..174213ce8b 100644 --- a/source3/winbindd/idmap_tdb2.c +++ b/source3/winbindd/idmap_tdb2.c @@ -110,8 +110,7 @@ static NTSTATUS idmap_tdb2_open_db(struct idmap_domain *dom) db_path = lp_parm_talloc_string(-1, "tdb", "idmap2.tdb", NULL); if (db_path == NULL) { - /* fall back to the private directory, which, despite - its name, is usually on shared storage */ + /* fall back to the private directory */ db_path = talloc_asprintf(NULL, "%s/idmap2.tdb", lp_private_dir()); } NT_STATUS_HAVE_NO_MEMORY(db_path); |