socket: explicitly cast time() to uint32_t

Coverity warns about this. Try to avoid the warning by casting.
We only use time() to get some (very little) entropy. The cast
is fine.
1 file changed