transport: fix for 32-bit platforms
commitab3cfcdef07757b9bd20cbc48c26cb4dd219d48c
authorStefan Becker <chemobejk@gmail.com>
Tue, 22 Oct 2013 18:25:49 +0000 (22 21:25 +0300)
committerStefan Becker <chemobejk@gmail.com>
Tue, 22 Oct 2013 18:25:49 +0000 (22 21:25 +0300)
tree6b54d6c01c1300c702520d97c2c52e14df6dad0c
parentdbb2432721cff0e85922421e29c4aab1bc5e4b8f
transport: fix for 32-bit platforms

time_t is signed on 32-bit platforms and therefore you can't compare it
to guint. But since_last is an offset, so it should have anyway been a
guint instead.
src/core/sip-transport.c