1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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
This commit is contained in:
Michael Adam 2011-03-02 13:58:37 +01:00
parent 8aa69c1f81
commit d9945e9369

View 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;
}