Message ID | 20220606213216.36873-3-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Rejected, archived |
Headers | show |
Series | Patch 2 should fail incremental build | expand |
diff --git a/src/station.c b/src/station.c index 0fbc76f7..f9978c4a 100644 --- a/src/station.c +++ b/src/station.c @@ -123,7 +123,8 @@ struct station { bool autoconnect_can_start : 1; }; -struct anqp_entry { +// break the build +truct anqp_entry { struct station *station; struct network *network; uint32_t pending;