Procházet zdrojové kódy

Update wifi_marauder_script.c

tcpassos před 2 roky
rodič
revize
9a6a06f437

+ 1 - 1
applications/external/wifi_marauder_companion/script/wifi_marauder_script.c

@@ -481,7 +481,7 @@ cJSON* _wifi_marauder_script_create_json_select(WifiMarauderScriptStageSelect* s
             cJSON_AddItemToObject(select_json, "indexes", indexes_json);
         }
     }
-    return select_json;
+    return stage_json;
 }
 
 cJSON* _wifi_marauder_script_create_json_deauth(WifiMarauderScriptStageDeauth* deauth_stage) {