The branch, master has been updated
       via  9fdb69e... s3-smbd: Fix typo in comment.
       via  8ca88e2... s3-passdb: Fix typo in comment.
      from  d28fa8f... Rename "allow_smb2" -> "using_smb2" and make the usage 
clearer.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9fdb69ebcdca9e56e39affd7a35d1ccb28daad5c
Author: Karolin Seeger <[email protected]>
Date:   Thu Jun 10 10:35:56 2010 +0200

    s3-smbd: Fix typo in comment.
    
    Karolin

commit 8ca88e2f818d01311e16c290882c8ec47f0d4bfc
Author: Karolin Seeger <[email protected]>
Date:   Thu Jun 10 10:34:58 2010 +0200

    s3-passdb: Fix typo in comment.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source3/passdb/pdb_interface.c |    2 +-
 source3/smbd/posix_acls.c      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/passdb/pdb_interface.c b/source3/passdb/pdb_interface.c
index 4cc8b08..b5da265 100644
--- a/source3/passdb/pdb_interface.c
+++ b/source3/passdb/pdb_interface.c
@@ -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;
diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c
index 2f2c901..db8b252 100644
--- a/source3/smbd/posix_acls.c
+++ b/source3/smbd/posix_acls.c
@@ -1672,7 +1672,7 @@ static bool create_canon_ace_lists(files_struct *fsp,
                struct security_ace *psa = &dacl->aces[i];
 
                /*
-                * Create a cannon_ace entry representing this NT DACL ACE.
+                * Create a canon_ace entry representing this NT DACL ACE.
                 */
 
                if ((current_ace = SMB_MALLOC_P(canon_ace)) == NULL) {


-- 
Samba Shared Repository

Reply via email to