Fix log option flag: LOG_RFC3154 -> LOG_RFC3164

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2022-07-31 12:54:25 +02:00
parent 7f4dcff60d
commit 8b513ade8e
3 changed files with 3 additions and 3 deletions

View File

@@ -290,7 +290,7 @@ int main(int argc, char *argv[])
break;
case 'b':
log_opts |= LOG_RFC3154;
log_opts |= LOG_RFC3164;
break;
case 'c':