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)
commit5cbddc68bade0d1f8ded1b784bb27bb44c5dc5dc
treead5749fc73995f6327cabdf5b166e23eb8798cf2
parent468f393c4fabf9223a1bd15adfb3906cde90d547
Use uint32_t instead of long int for connection options.

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.
src/connection.c
src/connection.h
src/edge.c
src/edge.h
src/node.c
src/node.h
src/protocol_auth.c
src/protocol_edge.c