Skip to content

Commit

Permalink
fix: Makes guest network 1 work again if intranet is disabled for
Browse files Browse the repository at this point in the history
DSL-AC68U
  • Loading branch information
zaloisio committed Feb 28, 2021
1 parent e6bcc9a commit 6700436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/router/rc/amas_wgn.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ extern
void wgn_check_avalible_brif(
void)
{
#define WGN_BRIF_INDEX_START 1
#define WGN_BRIF_INDEX_START 2

size_t i = 0, j = 0, vlan_total = 0;
char br_ifnames[32 * WGN_MAXINUM_VLAN_RULELIST];
Expand Down

0 comments on commit 6700436

Please sign in to comment.