r25454: Use standard bool types in a couple more places.
[tprouty/samba.git] / source4 / winbind / wb_irpc.c
index 59399a9aef5ef5916480e2e5b500e62e72de4e46..5d7f7fd7a652b4ed10301bbc69485482d5108a62 100644 (file)
@@ -54,7 +54,7 @@ static NTSTATUS wb_irpc_SamLogon(struct irpc_message *msg,
        ctx->async.fn = wb_irpc_SamLogon_callback;
        ctx->async.private_data = s;
 
-       msg->defer_reply = True;
+       msg->defer_reply = true;
        return NT_STATUS_OK;
 }