dssync keytab: fix comma placement in debug output
authorMichael Adam <obnox@samba.org>
Tue, 29 Jul 2008 10:54:46 +0000 (12:54 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 1 Aug 2008 14:04:42 +0000 (16:04 +0200)
Michael
(This used to be commit d21ea83f9392c8fa002d5b924dddca4190e82d09)

source3/libnet/libnet_dssync_keytab.c

index e6cf08933d7f9b26ea9de4b0171fd105370daa30..6784326baf6340d86ad1f90b6f4bff0da700c2f0 100644 (file)
@@ -253,10 +253,10 @@ static NTSTATUS parse_object(TALLOC_CTX *mem_ctx,
        }
 
        DEBUG(1,("#%02d: %s:%d, ", ctx->count, name, kvno));
-       DEBUGADD(1,("sAMAccountType: 0x%08x, userAccountControl: 0x%08x ",
+       DEBUGADD(1,("sAMAccountType: 0x%08x, userAccountControl: 0x%08x",
                sam_type, uacc));
        if (upn) {
-               DEBUGADD(1,("upn: %s", upn));
+               DEBUGADD(1,("upn: %s", upn));
        }
        DEBUGADD(1,("\n"));