=================================================================== RCS file: /cvs/cvs/blind/blind.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- blind/blind.c 2022/03/25 20:54:51 1.18 +++ blind/blind.c 2022/03/29 20:11:47 1.19 @@ -16,9 +16,9 @@ #include #include -#include #include #include +#include #include "blind.h" #include "config.h" @@ -82,7 +82,7 @@ main(int argc, char *argv[]) if (verbose) { bl->bl_opt |= verbose; - log_setv(verbose); + log_set(verbose); log_debug("verbose mode on"); } @@ -96,11 +96,8 @@ main(int argc, char *argv[]) log_debug("sock=%s", bl->bl_sock); log_debug(" ttl=%d", bl->bl_ttl); log_debug(" opt=%d", bl->bl_opt); - log_debug(" flg=%d", bl->bl_flg); - // TAILQ_INIT(&offline_queue) - - // fork + process setup + communication setup + // to be continued exit(0); }