Use uint32_t instead of long int for connection options.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 24 Oct 2009 14:15:24 +0000 (16:15 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 24 Oct 2009 14:15:24 +0000 (16:15 +0200)
Options should have a fixed width anyway, but this also fixes a possible MinGW
compiler bug where %lx tries to print a 64 bit value, even though a long int is
only 32 bits.


No differences found