s3:idmap_tdb2: fix a legacy comment that does not apply any more
authorMichael Adam <obnox@samba.org>
Thu, 9 Jun 2011 11:07:54 +0000 (13:07 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 27 Jul 2011 02:29:05 +0000 (04:29 +0200)
source3/winbindd/idmap_tdb2.c

index 5612d57da777bace27ac453c89340fcf5ffc7713..174213ce8b6d7ab6b25c43b731f9b0c4e0261f0d 100644 (file)
@@ -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);