idmap: Fix typo is gid2sid() that was caching using idmap_cache_set_sid2uid()
authorGerald W. Carter <jerry@samba.org>
Thu, 25 Sep 2008 17:43:56 +0000 (10:43 -0700)
committerGerald W. Carter <jerry@samba.org>
Thu, 25 Sep 2008 17:45:13 +0000 (10:45 -0700)
source/winbindd/idmap_util.c

index b10a1a4ba940452b18bf515dd9af2ab794878ed1..9f876618be97aef0aa6c3ed07a0f9039e8120a5d 100644 (file)
@@ -121,7 +121,7 @@ backend:
                return NT_STATUS_NONE_MAPPED;
        }
 
-       idmap_cache_set_sid2uid(sid, gid);
+       idmap_cache_set_sid2gid(sid, gid);
 
        return NT_STATUS_OK;
 }