mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-10 06:00:11 +00:00
Merge pull request #292 from kevinhikaruevans/master
Use -g instead of --gateway
This commit is contained in:
commit
aabe18aa57
@ -142,7 +142,7 @@ const char *build_wh_mkconfig_command(ConfigValues* cv){
|
||||
}
|
||||
|
||||
if(cv->gateway!=NULL) {
|
||||
strcat(cmd_mkconfig, " --gateway ");
|
||||
strcat(cmd_mkconfig, " -g ");
|
||||
strcat(cmd_mkconfig, cv->gateway);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user