This commit is contained in:
HAO, Yun (郝运) 2019-06-02 03:01:35 +02:00
parent 613af3b37e
commit e01f941519

View File

@ -233,7 +233,7 @@ int get_running_info(char* a[3]){
static int init_get_interface_list(){
const char* cmd="ls -x /sys/class/net ";
const char* cmd="echo $( ls /sys/class/net ) ";
FILE *fp;
@ -366,4 +366,4 @@ char** get_wifi_interface_list(int *length){
return NULL;
}
}