Commit c954094
committed
bpf: nodeport: clean up stack allocation for dsr_reply_icmp4()
With the subsequent patch I was suddenly getting a
```
error: unsupported dynamic stack allocation
```
from this code location. Simplify things a bit to help the compiler.
Signed-off-by: Julian Wiedmann <jwi@isovalent.com>1 parent 67c619c commit c954094
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1989 | 1989 | | |
1990 | 1990 | | |
1991 | 1991 | | |
1992 | | - | |
| 1992 | + | |
1993 | 1993 | | |
1994 | 1994 | | |
1995 | 1995 | | |
1996 | | - | |
1997 | 1996 | | |
1998 | 1997 | | |
1999 | 1998 | | |
| |||
0 commit comments