summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-07-11 17:45:54 +0200
committerVolker Lendecke <vl@samba.org>2008-07-11 17:53:26 +0200
commit025689ad18a03a531b559759598d4f310c73d18d (patch)
treec1d37150990d4d614170dc174d4db286cd89e661 /source3/winbindd
parentb76fb9ac739afb2007adfb652c5d8c14a07e0991 (diff)
downloadsamba-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.c4
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
*