]> git.meshlink.io Git - meshlink/commit
Avoid unnecessary calls to time().
authorGuus Sliepen <guus@meshlink.io>
Sun, 4 Aug 2019 10:22:52 +0000 (12:22 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 4 Aug 2019 10:23:08 +0000 (12:23 +0200)
commitf91651414adcac1c05e1b923bee4cb3caf559c3b
tree3c3b2670fd1f8712a9ccac016a48d16f5b2927bf
parent848a27a8bd753a40b302a0f527b3a8e6c684f96d
Avoid unnecessary calls to time().

We already have the current time from the event loop.
src/conf.c
src/net.c
src/protocol_auth.c