fix(eppp): Fixed defalt config designated init issue in C++
This commit is contained in:
parent
b9c675b0b1
commit
8bd4712677
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@
|
||||||
.priority = 8, \
|
.priority = 8, \
|
||||||
}, \
|
}, \
|
||||||
. ppp = { \
|
. ppp = { \
|
||||||
.our_ip4_addr.addr = our_ip, \
|
.our_ip4_addr = { .addr = our_ip }, \
|
||||||
.their_ip4_addr.addr = their_ip, \
|
.their_ip4_addr = { .addr = their_ip }, \
|
||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue