diff options
Diffstat (limited to '')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -114,7 +114,7 @@ int srv_open(const char *basedir, int auto_upgrade) | |||
| 114 | #endif | 114 | #endif |
| 115 | 115 | ||
| 116 | #ifdef __OpenBSD__ | 116 | #ifdef __OpenBSD__ |
| 117 | char *v = xs_dict_get(srv_config, "disable_openbsd_security"); | 117 | const char *v = xs_dict_get(srv_config, "disable_openbsd_security"); |
| 118 | 118 | ||
| 119 | if (v && xs_type(v) == XSTYPE_TRUE) { | 119 | if (v && xs_type(v) == XSTYPE_TRUE) { |
| 120 | srv_debug(1, xs_dup("OpenBSD security disabled by admin")); | 120 | srv_debug(1, xs_dup("OpenBSD security disabled by admin")); |