Skip to content

Commit

Permalink
add fas_remoteip comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Sep 2, 2018
1 parent fe97e16 commit 5d1dea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gateway.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ main_loop(void)
httpdAddC404Content(webserver, http_nodogsplash_callback_404);
*/

/* Make sure fas_remoteip is set. Note: This does not enable FAS. */
if (!config->fas_remoteip) {
config->fas_remoteip = safe_strdup(config->gw_address);
}
Expand Down

0 comments on commit 5d1dea6

Please sign in to comment.