mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
captivectrl: Add missing space character
The iptables argument list was botched. Oops. Sorry. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -160,7 +160,7 @@ static int add_client_rules(const client_t* clients) {
|
||||
char* time_end = format_time(&expires);
|
||||
|
||||
len += snprintf(match + len, sizeof(match) - len,
|
||||
"-m time --datestart %s --datestop %s",
|
||||
" -m time --datestart %s --datestop %s",
|
||||
time_start, time_end);
|
||||
|
||||
free(time_start);
|
||||
|
||||
Reference in New Issue
Block a user