Skip to content

Commit

Permalink
Fix bad initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed Aug 10, 2023
1 parent 5ec2a15 commit 01ac2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/analysis/recordtimestamp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int RecordTimestamp::configure(Vector<String> &conf, ErrorHandler *errh) {
uint32_t n = 0;
Element *e = NULL;
#if HAVE_DPDK
ToDPDKDevice* _tx_dev;
ToDPDKDevice* _tx_dev = 0;
int _tx_dev_id = 0;
#endif
if (Args(conf, this, errh)
Expand Down

0 comments on commit 01ac2b2

Please sign in to comment.