Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2024-05-14 14:01:10 +01:00
2 changed files with 4 additions and 3 deletions

View File

@ -264,7 +264,7 @@ server_loop(void)
struct client *c;
u_int items;
current_time = time (NULL);
current_time = time(NULL);
do {
items = cmdq_next(NULL);