s3-passdb: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Thu, 10 Jun 2010 08:34:58 +0000 (10:34 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 10 Jun 2010 08:34:58 +0000 (10:34 +0200)
Karolin

source3/passdb/pdb_interface.c

index 4cc8b0815fb92f2b4fe2f5f1f6411887fdaa2c03..b5da2658e2648232596a6d94c617bffb83505e6b 100644 (file)
@@ -1480,7 +1480,7 @@ static bool lookup_global_sam_rid(TALLOC_CTX *mem_ctx, uint32_t rid,
                return False;
        }
 
-       /* BEING ROOT BLLOCK */
+       /* BEING ROOT BLOCK */
        become_root();
        if (pdb_getsampwsid(sam_account, &sid)) {
                struct passwd *pw;