nils-ohlmeier / sipsak

SIP swiss army knife
GNU General Public License v2.0
140 stars 37 forks source link

Fix getaddress() on 64-bit systems #17

Closed guillemj closed 8 years ago

guillemj commented 8 years ago

We have to cast the return address from char * to uint32_t , because casting to long \ will get the wrong value on 64-bit systems.

This fixes the test suite.