Skip to content

Commit

Permalink
fix stupid nullptr
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Sep 13, 2023
1 parent 24943e2 commit 6f5f1a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RadiotapHeaderHolder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
class RadiotapHeaderHolder{
public:
explicit RadiotapHeaderHolder(){
m_console=wifibroadcast::log::get_default();
}
void thread_safe_set(RadiotapHeader::UserSelectableParams params){
auto tmp=RadiotapHeader{params};
Expand Down

0 comments on commit 6f5f1a4

Please sign in to comment.