The pack strings use 'b' signed char for cmd and version but struct
genlmsghdr defines them as unsigned char. Use 'B' instead.
Fixes:
|
||
|---|---|---|
| .. | ||
| lib | ||
| cli.py | ||
| ynl-gen-c.py | ||
| ynl-regen.sh | ||
The pack strings use 'b' signed char for cmd and version but struct
genlmsghdr defines them as unsigned char. Use 'B' instead.
Fixes:
|
||
|---|---|---|
| .. | ||
| lib | ||
| cli.py | ||
| ynl-gen-c.py | ||
| ynl-regen.sh | ||