summaryrefslogtreecommitdiff
path: root/source3/lib/idmap_cache.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-03-02 13:58:37 +0100
committerMichael Adam <obnox@samba.org>2011-03-02 14:55:20 +0100
commitd9945e93694859c9606e17078fabc2e23b5421fe (patch)
tree904b8fd523d3235688bb79de444cffb852ed546c /source3/lib/idmap_cache.c
parent8aa69c1f814b215c1b2e48393373878ba87dad0d (diff)
downloadsamba-d9945e93694859c9606e17078fabc2e23b5421fe.tar.gz
samba-d9945e93694859c9606e17078fabc2e23b5421fe.tar.bz2
samba-d9945e93694859c9606e17078fabc2e23b5421fe.zip
s3:idmap_cache: remove an leftover wip comment
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Mar 2 14:55:20 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/lib/idmap_cache.c')
-rw-r--r--source3/lib/idmap_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/idmap_cache.c b/source3/lib/idmap_cache.c
index 34967e9e95..6783215b41 100644
--- a/source3/lib/idmap_cache.c
+++ b/source3/lib/idmap_cache.c
@@ -293,7 +293,7 @@ static bool idmap_cache_del_xid(char t, int xid)
if (!gencache_get(key, &sid_str, &timeout)) {
DEBUG(3, ("no entry: %s\n", key));
- ret = false; //???
+ ret = false;
goto done;
}