mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
add POST(argv); and POST(argc);
This commit is contained in:
parent
9597687aba
commit
d11ada1376
1 changed files with 2 additions and 0 deletions
|
|
@ -222,6 +222,8 @@ main(int argc, char *argv[]) {
|
|||
randomfile = argv[2];
|
||||
argv += 2;
|
||||
argc -= 2;
|
||||
POST(argv);
|
||||
POST(argc);
|
||||
}
|
||||
|
||||
dns_result_register();
|
||||
|
|
|
|||
Loading…
Reference in a new issue