idmap_tdb_common: fix a debug message in idmap_tdb_common_unixid_to_sid()
authorMichael Adam <obnox@samba.org>
Wed, 23 Apr 2014 19:52:07 +0000 (21:52 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 25 Apr 2014 13:35:08 +0000 (15:35 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/winbindd/idmap_tdb_common.c

index 5713fe2f4fb533a7366b13026aaf4990833ceaec..d46b812d716367a1eb27bd133e228571e82032ec 100644 (file)
@@ -413,7 +413,7 @@ NTSTATUS idmap_tdb_common_unixid_to_sid(struct idmap_domain * dom,
                break;
 
        default:
-               DEBUG(2, ("INVALID unix ID type: 0x02%x\n", map->xid.type));
+               DEBUG(2, ("INVALID unix ID type: 0x%02x\n", map->xid.type));
                return NT_STATUS_INVALID_PARAMETER;
        }