Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
[sfrench/cifs-2.6.git] / security / tomoyo / common.c
index f93f8acd05f7673fe693fe17c352cbfbecde2cf9..c16b8c1b03e7dfb97bb2f76e43b5480c80090ab9 100644 (file)
@@ -1025,7 +1025,7 @@ static bool tomoyo_select_domain(struct tomoyo_io_buffer *head,
        if (domain)
                head->r.domain = &domain->list;
        else
-               head->r.eof = 1;
+               head->r.eof = true;
        tomoyo_io_printf(head, "# select %s\n", data);
        if (domain && domain->is_deleted)
                tomoyo_io_printf(head, "# This is a deleted domain.\n");