sparse fixup: warning: Using plain integer as NULL pointer
This commit is contained in:
parent
f4010694b3
commit
434e57ae5e
10 changed files with 16 additions and 16 deletions
|
|
@ -178,7 +178,7 @@ static void free_past_request(past_request_t *r) {
|
|||
static struct event past_request_event;
|
||||
|
||||
bool seen_request(char *request) {
|
||||
past_request_t *new, p = {0};
|
||||
past_request_t *new, p = {NULL};
|
||||
|
||||
p.request = request;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue