idmap_tdb_common: fix a debug message in idmap_tdb_common_set_mapping()
authorMichael Adam <obnox@samba.org>
Thu, 24 Apr 2014 15:18:34 +0000 (17:18 +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: Michael Adam <obnox@samba.org>
source3/winbindd/idmap_tdb_common.c

index d46b812d716367a1eb27bd133e228571e82032ec..ffa2bd40eabfa8d53302fbf8fa7e56aacaf52d3e 100644 (file)
@@ -252,7 +252,7 @@ NTSTATUS idmap_tdb_common_set_mapping(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;
        }