1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 08:26:52 +03:00

ratelimit: fix macro definition

This commit is contained in:
Lennart Poettering 2012-02-07 15:56:53 +01:00
parent 2c6db6fb9b
commit acdfc041cc

View File

@ -46,7 +46,7 @@ typedef struct RateLimit {
_r->burst = (_burst); \ _r->burst = (_burst); \
_r->num = 0; \ _r->num = 0; \
_r->begin = 0; \ _r->begin = 0; \
} while (false); } while (false)
bool ratelimit_test(RateLimit *r); bool ratelimit_test(RateLimit *r);