diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -79,7 +79,7 @@ int srv_open(char *basedir) | |||
| 79 | if (error != NULL) | 79 | if (error != NULL) |
| 80 | srv_log(error); | 80 | srv_log(error); |
| 81 | 81 | ||
| 82 | /* disabled temporarily; messages can't be sent */ | 82 | /* disabled temporarily; messages can't be sent (libcurl issue?) */ |
| 83 | #if 0 | 83 | #if 0 |
| 84 | #ifdef __OpenBSD__ | 84 | #ifdef __OpenBSD__ |
| 85 | srv_debug(2, xs_fmt("Calling unveil()")); | 85 | srv_debug(2, xs_fmt("Calling unveil()")); |