Skip to content

Commit

Permalink
httpd: remove connect.log once done with it
Browse files Browse the repository at this point in the history
  • Loading branch information
RMerl committed Nov 5, 2021
1 parent 76ce8a7 commit a85421d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/src/router/httpd/data_arrays.c
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,7 @@ int ej_connlist_array(int eid, webs_t wp, int argc, char **argv) {
proto, address, port1, dest, port2, state);
}
fclose(fp);
unlink("/tmp/connect.log");

ret += websWrite(wp, "[]];\n");

Expand Down

0 comments on commit a85421d

Please sign in to comment.