Skip to content

Commit

Permalink
updated other generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Nov 1, 2018
1 parent 6313d0d commit c06ec82
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 90 deletions.
7 changes: 5 additions & 2 deletions dap4_test/findtestserver4.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ usage()
int
main(int argc, char** argv)
{
const char* url = NULL;
char* url = NULL;
const char* servlet = NULL;
const char* proto = NULL;
const char* serverlist = NULL;
char* serverlist = NULL;
int isdap4 = 0; /* 1 => dap4 */

argc--; argv++;
Expand Down Expand Up @@ -75,5 +75,8 @@ main(int argc, char** argv)
}
printf("%s",url);
fflush(stdout);
/* clean up */
free(serverlist);
free(url);
exit(0);
}
Loading

0 comments on commit c06ec82

Please sign in to comment.