fix(eppp): Fixed defalt config designated init issue in C++

This commit is contained in:
David Cermak
2024-03-25 12:48:41 +01:00
parent b9c675b0b1
commit 8bd4712677

View File

@ -35,8 +35,8 @@
.priority = 8, \
}, \
. ppp = { \
.our_ip4_addr.addr = our_ip, \
.their_ip4_addr.addr = their_ip, \
.our_ip4_addr = { .addr = our_ip }, \
.their_ip4_addr = { .addr = their_ip }, \
} \
}