diff options
| author | 2024-05-22 14:14:29 +0200 | |
|---|---|---|
| committer | 2024-05-22 14:14:29 +0200 | |
| commit | 8fd070bb9a1a8e355f0899ef2f02c55ab90a09d8 (patch) | |
| tree | 319a868f4fe1843bf3c8dce3d124c762970a4a29 | |
| parent | Updated README. (diff) | |
| download | snac2-8fd070bb9a1a8e355f0899ef2f02c55ab90a09d8.tar.gz snac2-8fd070bb9a1a8e355f0899ef2f02c55ab90a09d8.tar.xz snac2-8fd070bb9a1a8e355f0899ef2f02c55ab90a09d8.zip | |
Fixed warning.
| -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")); |