Skip to content

Commit 4cbd379

Browse files
committed
network: drop meaningless bitfield specifiers
1 parent bf8a5f6 commit 4cbd379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/network/networkd-manager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ struct Manager {
8787
usec_t speed_meter_usec_new;
8888
usec_t speed_meter_usec_old;
8989

90-
bool dhcp4_prefix_root_cannot_set_table:1;
91-
bool bridge_mdb_on_master_not_supported:1;
90+
bool dhcp4_prefix_root_cannot_set_table;
91+
bool bridge_mdb_on_master_not_supported;
9292

9393
FirewallContext *fw_ctx;
9494
};

0 commit comments

Comments
 (0)