Fix a typo in a debug message.
authorMichael Adam <obnox@samba.org>
Mon, 28 Jan 2008 16:47:41 +0000 (17:47 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 4 Feb 2008 15:42:08 +0000 (16:42 +0100)
Michael

source/winbindd/winbindd_pam.c

index 14b1621fc997f430ccfa73ff43a8c9662a01045d..9435a328dd8bfbe8a9d227178c31609cc5124410 100644 (file)
@@ -324,7 +324,7 @@ struct winbindd_domain *find_auth_domain(struct winbindd_cli_state *state,
        if (IS_DC) {
                domain = find_domain_from_name_noinit(domain_name);
                if (domain == NULL) {
-                       DEBUG(3, ("Authentication for domain [%s] refused"
+                       DEBUG(3, ("Authentication for domain [%s] refused "
                                  "as it is not a trusted domain\n", 
                                  domain_name));
                }