mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
fix call to die with NULL as an argument forgot in #100
This commit is contained in:
parent
da3390089c
commit
9f2767fde7
@ -374,7 +374,7 @@ static void run_cgi(state *st, char *script, char *arg)
|
||||
}
|
||||
|
||||
/* Didn't work - die */
|
||||
die(st, ERR_ACCESS, NULL);
|
||||
die(st, ERR_ACCESS, "");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user