1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

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
This commit is contained in:
Volker Lendecke 2011-02-26 14:01:08 +01:00 committed by Volker Lendecke
parent 1f0cd9cb97
commit eeeae97389

View File

@ -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;