diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-26 14:01:08 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-02-27 20:14:20 +0100 |
commit | eeeae97389f59a5bc96c2ef4a68814612e25ee34 (patch) | |
tree | 304289bbba3ba1f91f821abfbb43857fb0c82cdb /source3/winbindd | |
parent | 1f0cd9cb9782a710d9a4a5e4ad316342bab45288 (diff) | |
download | samba-eeeae97389f59a5bc96c2ef4a68814612e25ee34.tar.gz samba-eeeae97389f59a5bc96c2ef4a68814612e25ee34.tar.bz2 samba-eeeae97389f59a5bc96c2ef4a68814612e25ee34.zip |
s3: Fix a typo
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Feb 27 20:14:20 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_ad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index 1d09780112..4ca3248bd8 100644 --- a/source3/winbindd/idmap_ad.c +++ b/source3/winbindd/idmap_ad.c @@ -672,7 +672,7 @@ again: ret = NT_STATUS_OK; - /* mark all unknwoni/expired ones as unmapped */ + /* mark all unknown/expired ones as unmapped */ for (i = 0; ids[i]; i++) { if (ids[i]->status != ID_MAPPED) ids[i]->status = ID_UNMAPPED; |