Skip to content

Commit

Permalink
migrate http_port to http_listen file
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Apr 10, 2019
1 parent 8ebfe28 commit dd3babb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/webapp/webapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ static int http_port(void)
goto out;

if (re_snprintf(filename, sizeof(filename),
"%s/http_port", path) < 0)
"%s/http_listen", path) < 0)
return ENOMEM;

err = webapp_load_file(mb, filename);
Expand Down

0 comments on commit dd3babb

Please sign in to comment.