Skip to content
Commit 37a4065e authored by Sven Eckelmann's avatar Sven Eckelmann
Browse files

batman-adv: Only use int up and down gw representation



It is not save to provide memory for an int and then cast the pointer to
it to long*. It is better to standardize the up and down gateway
bandwith representation to simple ints and only use long inside
conversation routines.

Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
parent 747e4221
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment