diff options
Diffstat (limited to 'src/c/cgi.c')
-rw-r--r-- | src/c/cgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/cgi.c b/src/c/cgi.c index d3ec32c7..52c0ca2e 100644 --- a/src/c/cgi.c +++ b/src/c/cgi.c @@ -143,4 +143,4 @@ void uw_do_expunge(uw_context ctx, uw_Basis_client cli, void *data) { void uw_post_expunge(uw_context ctx, void *data) { } -int uw_supports_direct_status = 1; +int uw_supports_direct_status = 0; |