s3:idmap_cache: remove an leftover wip comment
authorMichael Adam <obnox@samba.org>
Wed, 2 Mar 2011 12:58:37 +0000 (13:58 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 2 Mar 2011 13:55:20 +0000 (14:55 +0100)
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Wed Mar  2 14:55:20 CET 2011 on sn-devel-104

source3/lib/idmap_cache.c

index 34967e9e955807197ab3a2e07064d2cdb0f90e05..6783215b4167ba96f8946834aff8148fbd6d0995 100644 (file)
@@ -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;
        }