ip: fix format string when reading statistics
The tunnel code was doing sscanf(buf, "%ld", &x) where x was unsigned long.
Showing
Please register or sign in to comment
The tunnel code was doing sscanf(buf, "%ld", &x) where x was unsigned long.