Skip to content

Commit 5f8573e

Browse files
committed
Fix mac address index
When adding node id I forgot to update the MAC index.
1 parent ef02ac9 commit 5f8573e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata_writer_inventory_conn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ static int32_t md_inventory_execute_insert_usage(struct md_writer_sqlite *mws,
239239
struct md_conn_event *mce,
240240
uint64_t date_start)
241241
{
242-
uint8_t interface_id_idx = 1;
242+
uint8_t interface_id_idx = 2;
243243
sqlite3_stmt *stmt = mws->insert_usage;
244244
const char *no_iccid_str = "0";
245245

0 commit comments

Comments
 (0)