diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index 37892b3909afc110990c11f5a12197ad506b3a02..f3711176be4559e5707d4c75d130a7907e35afe2 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c @@ -574,5 +574,5 @@ void tipc_nlist_purge(struct tipc_nlist *nl) { tipc_dest_list_purge(&nl->list); nl->remote = 0; - nl->local = 0; + nl->local = false; }