Fix all warnings when compiling with -Wall -W -pedantic.
[oweals/tinc.git] / src / protocol.c
index d04f9ef6af923da9a35978ebaa1d83aaa73e29a9..4f74d3b0ec753978078f2c3ddca1c3479f913111 100644 (file)
@@ -193,7 +193,7 @@ void exit_requests(void) {
 }
 
 bool seen_request(char *request) {
-       past_request_t *new, p = {};
+       past_request_t *new, p = {0};
 
        p.request = request;