Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information