diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -356,7 +356,6 @@ int main (int argc, char **argv) { WaitressInit (&app.waith); app.waith.url.host = strdup (PIANO_RPC_HOST); - app.waith.url.tls = true; app.waith.tlsFingerprint = app.settings.tlsFingerprint; /* init fds */ |