summaryrefslogtreecommitdiff
path: root/src/tls/s6-tlsc-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/s6-tlsc-io.c')
-rw-r--r--src/tls/s6-tlsc-io.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tls/s6-tlsc-io.c b/src/tls/s6-tlsc-io.c
index 633d349..57b1442 100644
--- a/src/tls/s6-tlsc-io.c
+++ b/src/tls/s6-tlsc-io.c
@@ -73,7 +73,7 @@ int main (int argc, char const *const *argv, char const *const *envp)
unsigned int verbosity = 1 ;
unsigned int notif = 0 ;
uint32_t preoptions = 0 ;
- uint32_t options = 1 ;
+ uint32_t options = 2 ;
PROG = "s6-tlsc-io" ;
{
@@ -87,8 +87,8 @@ int main (int argc, char const *const *argv, char const *const *envp)
{
case 'v' : if (!uint0_scan(l.arg, &verbosity)) dieusage() ; break ;
case 'd' : if (!uint0_scan(l.arg, &notif)) dieusage() ; break ;
- case 'S' : options &= ~1 ; break ;
- case 's' : options |= 1 ; break ;
+ case 'S' : options |= 1 ; break ;
+ case 's' : options &= ~1 ; break ;
case 'Y' : preoptions &= ~1 ; break ;
case 'y' : preoptions |= 1 ; break ;
case 'K' : if (!uint0_scan(l.arg, &t)) dieusage() ; break ;