diff options
author | Michael Adam <obnox@samba.org> | 2011-03-02 13:58:37 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-02 14:55:20 +0100 |
commit | d9945e93694859c9606e17078fabc2e23b5421fe (patch) | |
tree | 904b8fd523d3235688bb79de444cffb852ed546c | |
parent | 8aa69c1f814b215c1b2e48393373878ba87dad0d (diff) | |
download | samba-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
-rw-r--r-- | source3/lib/idmap_cache.c | 2 |
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; } |