diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-11 17:45:54 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-11 17:53:26 +0200 |
commit | 025689ad18a03a531b559759598d4f310c73d18d (patch) | |
tree | c1d37150990d4d614170dc174d4db286cd89e661 /source3/winbindd | |
parent | b76fb9ac739afb2007adfb652c5d8c14a07e0991 (diff) | |
download | samba-025689ad18a03a531b559759598d4f310c73d18d.tar.gz samba-025689ad18a03a531b559759598d4f310c73d18d.tar.bz2 samba-025689ad18a03a531b559759598d4f310c73d18d.zip |
Revert "Fix typo"
This reverts commit fe58926283b51910d8587e32bb11aa681b9a27d3.
(This used to be commit fe216bff1d7d805403cbfb3eaf381c2a57a254d7)
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_cache.c b/source3/winbindd/idmap_cache.c index b427db51b0..f7e1d4e6d1 100644 --- a/source3/winbindd/idmap_cache.c +++ b/source3/winbindd/idmap_cache.c @@ -301,7 +301,7 @@ failed: return NT_STATUS_INTERNAL_DB_CORRUPTION; } -/* search the cache for the SID an return a mapping if found * +/* search the cahce for the SID an return a mapping if found * * * 4 cases are possible * @@ -410,7 +410,7 @@ done: return ret; } -/* search the cache for the ID an return a mapping if found * +/* search the cahce for the ID an return a mapping if found * * * 4 cases are possible * |