The branch, master has been updated
       via  63319c1 s4-auth: fixed formatting of some DEBUG() lines
      from  f93fd12 Fix bug #8507 - smbd doesn't correctly honor the "force 
create mode" bits from a cifsfs create.

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


- Log -----------------------------------------------------------------
commit 63319c169fdc599ffb5ade023b371815159d0fdd
Author: Andrew Tridgell <[email protected]>
Date:   Wed Oct 5 17:07:51 2011 +1100

    s4-auth: fixed formatting of some DEBUG() lines
    
    Autobuild-User: Andrew Tridgell <[email protected]>
    Autobuild-Date: Wed Oct  5 09:45:15 CEST 2011 on sn-devel-104

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

Summary of changes:
 source4/auth/credentials/credentials_secrets.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/auth/credentials/credentials_secrets.c 
b/source4/auth/credentials/credentials_secrets.c
index 86e31f4..d86032a 100644
--- a/source4/auth/credentials/credentials_secrets.c
+++ b/source4/auth/credentials/credentials_secrets.c
@@ -209,7 +209,7 @@ _PUBLIC_ NTSTATUS 
cli_credentials_set_machine_account(struct cli_credentials *cr
                                             SECRETS_PRIMARY_DOMAIN_DN,
                                             filter, &error_string);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(1, ("Could not find machine account in secrets database: 
%s: %s", nt_errstr(status), error_string));
+               DEBUG(1, ("Could not find machine account in secrets database: 
%s: %s\n", nt_errstr(status), error_string));
                talloc_free(error_string);
        }
        return status;
@@ -238,7 +238,7 @@ NTSTATUS cli_credentials_set_krbtgt(struct cli_credentials 
*cred,
                                             SECRETS_PRINCIPALS_DN,
                                             filter, &error_string);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(1, ("Could not find krbtgt (master Kerberos) account in 
secrets database: %s: %s", nt_errstr(status), error_string));
+               DEBUG(1, ("Could not find krbtgt (master Kerberos) account in 
secrets database: %s: %s\n", nt_errstr(status), error_string));
                talloc_free(error_string);
        }
        return status;
@@ -269,7 +269,7 @@ _PUBLIC_ NTSTATUS 
cli_credentials_set_stored_principal(struct cli_credentials *c
                                             SECRETS_PRINCIPALS_DN, filter,
                                             &error_string);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(1, ("Could not find %s principal in secrets database: %s: 
%s", serviceprincipal, nt_errstr(status), error_string));
+               DEBUG(1, ("Could not find %s principal in secrets database: %s: 
%s\n", serviceprincipal, nt_errstr(status), error_string));
        }
        return status;
 }


-- 
Samba Shared Repository

Reply via email to