go-sip-ua
go-sip-ua copied to clipboard
Avoid overflow int for arm architecture
Reason
auth.nc
with the int type creates overflow int once building for arm
architecture ( in my case Raspberry Pi 3) ## Solution
Typecasting auth.nc
for the if
clause.