Browse Source

Update local.c (#900)

Setup default cipher instead of null
pull/901/head
Kim 8 years ago
committed by Max Lv
parent
commit
5524ec2201
1 changed files with 4 additions and 0 deletions
  1. 4
      src/local.c

4
src/local.c

@ -1315,6 +1315,10 @@ main(int argc, char **argv)
exit(EXIT_FAILURE);
}
if (method == NULL) {
method = "table";
}
if (timeout == NULL) {
timeout = "60";
}

Loading…
Cancel
Save