diff options
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r-- | monitor_wrap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c index 64ff92885..f2eec5a77 100644 --- a/monitor_wrap.c +++ b/monitor_wrap.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor_wrap.c,v 1.89 2016/08/13 17:47:41 markus Exp $ */ | 1 | /* $OpenBSD: monitor_wrap.c,v 1.90 2017/05/17 01:24:17 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 3 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
4 | * Copyright 2002 Markus Friedl <markus@openbsd.org> | 4 | * Copyright 2002 Markus Friedl <markus@openbsd.org> |
@@ -295,6 +295,7 @@ out: | |||
295 | #undef M_CP_STRARRAYOPT | 295 | #undef M_CP_STRARRAYOPT |
296 | 296 | ||
297 | copy_set_server_options(&options, newopts, 1); | 297 | copy_set_server_options(&options, newopts, 1); |
298 | log_change_level(options.log_level); | ||
298 | free(newopts); | 299 | free(newopts); |
299 | 300 | ||
300 | buffer_free(&m); | 301 | buffer_free(&m); |