瀏覽代碼

Update wifi_marauder_script.c

tcpassos 2 年之前
父節點
當前提交
9a6a06f437
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/external/wifi_marauder_companion/script/wifi_marauder_script.c

+ 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) {