Fix all warnings when compiling with -Wall -W -pedantic.
[tinc] / src / protocol.c
index d04f9ef..4f74d3b 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;