Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
random532 authored Jul 12, 2021
1 parent 31e08cb commit 3bc93c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wireless.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void ExecScan() {

GtkWidget *g = DrawHosts();

sprintf(cmd, "ifconfig %s up list scan", what);
sprintf(cmd, "ifconfig %s list scan", what);
FILE *fp = popen(cmd, "r");
if(fp == NULL)
return;
Expand Down

0 comments on commit 3bc93c5

Please sign in to comment.