From d9945e93694859c9606e17078fabc2e23b5421fe Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 2 Mar 2011 13:58:37 +0100 Subject: s3:idmap_cache: remove an leftover wip comment Autobuild-User: Michael Adam Autobuild-Date: Wed Mar 2 14:55:20 CET 2011 on sn-devel-104 --- source3/lib/idmap_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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; } -- cgit