Fix valgrind error of reading uninitialized bytes (struct padding)

This commit is contained in:
Ai Lin Chia
2017-09-28 11:25:10 +02:00
parent bdc123190b
commit 8c333894b3

@ -77,7 +77,7 @@ struct HttpCacheData {
char *ptr_reply;
int32_t size_reply;
};
} __attribute__((packed));
void resetMsg13Caches ( ) {
s_httpCacheRobots.reset();